Comment 4 for bug 697833

Revision history for this message
Vadim - Enapps LTD (vadim-enapps) wrote :

Sorry nch, I am not clear what you like me to do? I did run the:

import locale
>>> locale.setlocale(locale.LC_ALL,'en_GB.utf8')
'en_GB.utf8'

>>> locale.nl_langinfo(locale.T_FMT)
'%T'

>>> locale.nl_langinfo(locale.D_FMT)
'%d/%m/%y'

and yes i have python 2.6