Changes between Initial Version and Version 2 of Ticket #7209
- Timestamp:
- Jun 16, 2008, 11:11:30 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7209 – Description
initial v2 1 1 to make it clear, I replicate the problem: 2 2 {{{ 3 3 [02:29] (tunix@penguix raptiye)$ date 4 4 Cts May 10 02:31:57 EEST 2008 5 }}} 6 {{{ 5 7 [02:31] (tunix@penguix raptiye)$ python 6 8 Python 2.5.2 (r252:60911, Feb 23 2008, 21:20:32) … … 13 15 datetime.datetime(2008, 5, 9, 23, 32, 10, 255636) 14 16 >>> 17 }}} 18 {{{ 15 19 [02:32] (tunix@penguix raptiye)$ ./manage.py shell 16 20 Python 2.5.2 (r252:60911, Feb 23 2008, 21:20:32) … … 24 28 datetime.datetime(2008, 5, 9, 23, 32, 29, 45600) 25 29 >>> 30 }}} 26 31 27 32 i've just set system time to UTC and it still doesn't work.. i'm using Europe/Istanbul as the timezone.. django would work fine a few weeks before..