The DateTime module did not care about the 'datetime-format'
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.
Showing
Please register or sign in to comment