tickets: 3350
This data as json
id | created | changetime | last_pulled_from_trac | stage | status | component | type | severity | version | resolution | summary | description | owner | reporter | keywords | easy | has_patch | needs_better_patch | needs_tests | needs_docs | ui_ux |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3350 | 2007-01-22 23:25:17 | 2007-09-15 18:11:44 | 2022-03-06 03:28:28.865455 | Ready for checkin | closed | Core (Other) | dev | fixed | Django should call time.tzset after setting TZ environment variable. | After reading #2315 I spoted this on python's documentation: {{{ Note: Although in many cases, changing the TZ environment variable may affect the output of functions like localtime without calling tzset, this behavior should not be relied on. The TZ environment variable should contain no whitespace. }}} So, Django should call tzset after setting the TZ environment variable! Origin: [http://docs.python.org/lib/module-time.html] | anonymous | Marc Fargas <telenieko@telenieko.com> | 0 | 1 | 0 | 0 | 0 | 0 |