This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients belopolsky, brian.curtin, cm, lemburg, r.david.murray, terry.reedy, tim.golden
Date 2013-04-03.21:47:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365025676.03.0.0767076354621.issue17627@psf.upfronthosting.co.za>
In-reply-to
Content
On linux, if you call time.ctime() before and after changing the system /etc/localtime file, the time will be updated without restarting Python.  The same applies to datetime.now().
History
Date User Action Args
2013-04-03 21:47:56r.david.murraysetrecipients: + r.david.murray, lemburg, terry.reedy, belopolsky, tim.golden, brian.curtin, cm
2013-04-03 21:47:56r.david.murraysetmessageid: <1365025676.03.0.0767076354621.issue17627@psf.upfronthosting.co.za>
2013-04-03 21:47:56r.david.murraylinkissue17627 messages
2013-04-03 21:47:55r.david.murraycreate