Dexterity does not use the usual Plone i18n machinery, at least not to display dates in a specific locale. So where to change that if you want, for instance, an ISO-compliant format in an English locale?

link|improve this question
I know the answer, just want to keep for posterity... You can change it in the zope.i18n package, in the XML-files in locales/data. – polyester Feb 22 at 16:01
Just make it an answer then. :-P – Martijn Pieters Feb 22 at 20:37
feedback

1 Answer

It's in the zope.i18n package, under locales/data. The timecodes are in en.xml for english, equivalent for other languages. Use H for a 24-hour clock.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.