vote up 0 vote down star

If I write {{some_time|date:"h:i A T"}} in a django template, it outputs "12:00 AM Eastern Daylight Time". I would prefer the short timezone format "EDT". Any way you can do this?

flag

70% accept rate
I think you might have to roll your own - weirdly the docs suggest that the output will be what you want (docs.djangoproject.com/en/dev/…), but I get the same output as you. – Dominic Rodger Jun 24 at 8:17

1 Answer

vote up 0 vote down check

It looks like on my Windows Django dev environment, it returns "Eastern Daylight Time". However, on my Ubuntu 8.04 LTS installation, it returns "EDT" like the documentation shows. Perhaps it is returning the underlying OS's timezone string?

Now that the behavior is known, I can code around it.

link|flag

Your Answer

Get an OpenID
or

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