up vote 0 down vote favorite
share [g+] share [fb]

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?

link|improve this question

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/ref/templates/builtins/#now), but I get the same output as you. – Dominic Rodger Jun 24 '09 at 8:17
feedback

1 Answer

up vote 0 down vote accepted

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|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.