On 25 August 2015 at 13:39, Akira Li <[email protected]> wrote: > As far as I know utc -> local timezone *conversions* do not work during > DST transitions in dateutil [1] while pytz manages just fine. > > Let's not do, whatever dateutil does here. It would be a regression.
dateutils does not work at the moment. With the addition of the new flag proposed by PEP-495 it should be a simple update to make dateutils work. Similarly, depending on the semantics of the updated datetime constructors it may be possible to drop pytz' localize method and have it work better. -- Stuart Bishop <[email protected]> http://www.stuartbishop.net/ _______________________________________________ Datetime-SIG mailing list [email protected] https://mail.python.org/mailman/listinfo/datetime-sig The PSF Code of Conduct applies to this mailing list: https://www.python.org/psf/codeofconduct/
