I've got...

TIME_ZONE = 'Europe/Stockholm'
DATE_FORMAT = "Y-m-d"
TIME_FORMAT = "H:i"
DATETIME_FORMAT = DATE_FORMAT + " " + TIME_FORMAT

...in my settings.py file, but no joy, these definitions are not
used in the admin interface when running the development server.
Instead I get the US format or whatever it is, something like
"Oct. 24, 2008, 10:51 a.m.".

Any hints on what I am doing wrong here?
Maybe there's more settings needed that I'm not aware off?

Any input appreciated
/Lars


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to