Re: Localisation and timezones

2012-10-10 Thread koenb
Tom, I think you can create a custom format file for that (see [1] ). Koen [1] : https://docs.djangoproject.com/en/1.4/topics/i18n/formatting/#creating-custom-format-files Op woensdag 10 oktober 2012 12:40:52 UTC+2 schreef Tom Evans het volgende: > > Hi all > > If you enable USE_L10N=True,

Re: Localisation and timezones

2012-10-10 Thread Tom Evans
On Wed, Oct 10, 2012 at 11:40 AM, Tom Evans wrote: > Hi all > > If you enable USE_L10N=True, then datetime, date and time formats are > all taken from the definition for the current locale. However, none of > these formats seem to include the timezone of a non-naive

Localisation and timezones

2012-10-10 Thread Tom Evans
Hi all If you enable USE_L10N=True, then datetime, date and time formats are all taken from the definition for the current locale. However, none of these formats seem to include the timezone of a non-naive datetime field, which I can add by disabling USE_L10N and defining an appropriate