Skip to content
Snippets Groups Projects
Forked from uffd / uffd
34 commits behind the upstream repository.
  • Julian's avatar
    ffcec8a4
    Use UTC internally · ffcec8a4
    Julian authored
    Convert DateTime fields to UTC, use "utcnow" instead of "now" and use
    babel helper/filter when dates/times are displayed or parsed from user
    input.
    
    Uffd continues to use the system's timezone in the user interface by
    default.  However, it is now possible to overwrite this with the
    BABEL_DEFAULT_TIMEZONE config option.
    ffcec8a4
    History
    Use UTC internally
    Julian authored
    Convert DateTime fields to UTC, use "utcnow" instead of "now" and use
    babel helper/filter when dates/times are displayed or parsed from user
    input.
    
    Uffd continues to use the system's timezone in the user interface by
    default.  However, it is now possible to overwrite this with the
    BABEL_DEFAULT_TIMEZONE config option.