Message226969
| Author | belopolsky |
|---|---|
| Recipients | akira, belopolsky, lemburg |
| Date | 2014-09-17.00:53:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1410915238.07.0.106795178411.issue22426@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There is no daylight savings time in Moscow and python detects this correctly: $ TZ=Europe/Moscow python3 >>> import time >>> time.daylight 0 Note that historically, there was DST, but time module cannot handle historical TZ changes. (Russian government compensates the relative sanity of not moving the clocks twice a year by changing the UTC offset and TZ boundaries every 5 years or so.:-) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-09-17 00:53:58 | belopolsky | set | recipients: + belopolsky, lemburg, akira |
| 2014-09-17 00:53:58 | belopolsky | set | messageid: <1410915238.07.0.106795178411.issue22426@psf.upfronthosting.co.za> |
| 2014-09-17 00:53:58 | belopolsky | link | issue22426 messages |
| 2014-09-17 00:53:57 | belopolsky | create | |