It seems Django don't know daylight saving time

my settings.py :
...
# Local time zone for this installation. All choices can be found here:
#
http://www.postgresql.org/docs/current/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE
TIME_ZONE = 'Europe/Paris'
...


E:\applis\budget>time
L'heure actuelle est : 19:17:58,31
Entrez la nouvelle heure :

E:\applis\budget>manage.py runserver
Validating models...
0 errors found.

Django version 0.96-pre, using settings 'budget.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
[13/Nov/2006 18:20:03] "GET /budget/2006/08/ HTTP/1.1" 200 35683


It seems to me runserver prints summer time

Has anyone ever notice that ?

Thank you all
jlT


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