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 barry
Recipients barry, belopolsky, p-ganssle, tim.peters, vstinner
Date 2018-01-09.16:20:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515514855.55.0.467229070634.issue32522@psf.upfronthosting.co.za>
In-reply-to
Content
The .replace(microseconds=0) hack annoys me too, but I'd be happier with a simpler solution: make datetime.now() accept a microseconds parameter, so datetime.now(microseconds=0) would be equivalent to datetime.now().replace(microseconds=0)
History
Date User Action Args
2018-01-09 16:20:55barrysetrecipients: + barry, tim.peters, belopolsky, vstinner, p-ganssle
2018-01-09 16:20:55barrysetmessageid: <1515514855.55.0.467229070634.issue32522@psf.upfronthosting.co.za>
2018-01-09 16:20:55barrylinkissue32522 messages
2018-01-09 16:20:55barrycreate