]> granicus.if.org Git - python/commit
datetime_from_timet_and_us(): ignore leap seconds if the platform
authorTim Peters <tim.peters@gmail.com>
Sat, 4 Jan 2003 18:17:36 +0000 (18:17 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 4 Jan 2003 18:17:36 +0000 (18:17 +0000)
commit75a6e3bd1a91ae1d7e4bb30f73052d1b89bca524
treec9ceb8bf3fb8635c783d2ebfed37f7dd6e299f8f
parent85e4c6757f3b323870b24dad4b39b1572b8a292c
datetime_from_timet_and_us():  ignore leap seconds if the platform
localtime()/gmtime() insists on delivering them, + associated doc
changes.

Redid the docs for datetimtez.astimezone().
Doc/lib/libdatetime.tex
Misc/NEWS
Modules/datetimemodule.c