[issue10427] 24:00 Hour in DateTime

2010-11-21 Thread ingo janssen
ingo janssen ingoo...@gmail.com added the comment: On Sun, Nov 21, 2010 at 7:24 PM, Rodrigo Bernardo Pimentel wrote: I would say those aren't valid, although that makes checking forvalid hour values slightly weird (as in not straightforward): 24 is valid if minutes, seconds and microseconds

[issue10427] 24:00 Hour in DateTime

2010-11-15 Thread ingo janssen
New submission from ingo janssen ingoo...@gmail.com: Short: make the DateTime class and related also accept 24 for the hour instead of stopping at 23:59:59. from the python doc: class datetime.datetime(year, month, day[, hour[, minute[, second[, microsecond[, tzinfo]) The year, month