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 earendili510
Recipients ajaksu2, earendili510, loewis
Date 2009-01-09.16:14:46
SpamBayes Score 0.072613366
Marked as misclassified No
Message-id <1231517690.07.0.341472921956.issue4881@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, first of all I want to say I'm no Python programmer/developer.
However, I recently posted a 'bug' for a Linux/Windows program I'm using
very much which is based in Python. The program is called Anki and it's
designed to help you remember facts (such as words and phrases in a
foreign language) as easily, quickly and efficiently as possible.

Here, http://code.google.com/p/anki/issues/detail?id=613, you'll find my
explanation of the 'bug'.

Briefly, I live in Argentina and the current administration has changed
current time because of 'daylight saving'. However, when syncing my
decks (which store all my cards) with Anki's server, it tells me my
current time is wrong and that I need to change it. In fact, it's not MY
clock which is wrong, but Anki's. So, I posted this bug and the
developer, as you can see, told me that: it's not really anki's job - a
setting to shift the clock would need changes all throughout the code.
probably something in python's timezone handling needs to be updated.
could you post about the daylight savings issue on the python mailing
list and see what they say? So, this is what I'm doing. 

Right now I will notify the developer of this program that, actually,
Python already handles 'time saving'.

Thanks for your help. Any other comments/ideas would be greatly appreciated.
History
Date User Action Args
2009-01-09 16:14:50earendili510setrecipients: + earendili510, loewis, ajaksu2
2009-01-09 16:14:50earendili510setmessageid: <1231517690.07.0.341472921956.issue4881@psf.upfronthosting.co.za>
2009-01-09 16:14:48earendili510linkissue4881 messages
2009-01-09 16:14:46earendili510create