• Andreas Jung's avatar
    The DateTime module did not care about the 'datetime-format' · a365eb3a
    Andreas Jung authored
    settings from zope.conf. Because getConfiguration().datetime_format
    can be expensive we provide a method getDefaultDateFormat() that
    cache the value once retrieved from the configuration machinery.
    Ugly (as the DateTime module) but it works.
    a365eb3a
DateTime.py 66.1 KB