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 ajaksu2
Recipients ajaksu2, earendili510, loewis
Date 2009-01-09.02:24:34
SpamBayes Score 0.5248875
Marked as misclassified No
Message-id <1231467876.15.0.609653608957.issue4881@psf.upfronthosting.co.za>
In-reply-to
Content
Pablo,
As Martin says, Python does support DST changes. But it might not have
enough information about your timezone. If that's the case, take a look
at these links to see how adding (up-to-date) support for your tz can be
achieved:

Building a tzinfo class ->
http://svn.python.org/view/python/trunk/Doc/includes/tzinfo-examples.py?rev=62214&view=auto

Using the TZ environment variable ->
http://docs.python.org/dev/library/time.html#time.tzset

HTH, Daniel
History
Date User Action Args
2009-01-09 02:24:36ajaksu2setrecipients: + ajaksu2, loewis, earendili510
2009-01-09 02:24:36ajaksu2setmessageid: <1231467876.15.0.609653608957.issue4881@psf.upfronthosting.co.za>
2009-01-09 02:24:35ajaksu2linkissue4881 messages
2009-01-09 02:24:34ajaksu2create