Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

> So you want a third argument that lets you flag if the timezone is DST or not?

The third argument is not a flag, it is a timedelta just like the offset.  I am 
attaching a python prototype for clarity. (See datetimeex.py.)

Conceptually, a 3-argument timezone is very simple: tzinfo defines three 
abstract methods: utcoffset(..), tzname(..), and dts(..).  The proposed 
concrete implementation lets allows the user to provide constant values to be 
returned from each of these methods.

----------
Added file: http://bugs.python.org/file17544/datetimeex.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5094>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to