Comment 2 for bug 672229

Revision history for this message
Olivier Tilloy (osomon) wrote :

IIRC, when I implemented the history view I didn't fully respect the specification because of the lack of a way to express the time in a localized form without including the seconds.

All python offers is the "%X" format [1]: "locale’s appropriate time representation".

As to using the 12 hour clock, it's not correct in all locales, so I expect the specification implicitly means "where applicable". mpt, can you confirm?

[1] http://docs.python.org/library/time.html#time.strftime