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 belopolsky
Recipients belopolsky, cvrebert, elixir, ezio.melotti, gvanrossum, lemburg, r.david.murray, skip.montanaro, terry.reedy, tim.peters, vstinner
Date 2014-06-30.13:33:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404135229.8.0.0693830030785.issue19475@psf.upfronthosting.co.za>
In-reply-to
Content
Based on GNU date "prior art", we can introduce timespec='auto' keyword argument with the following values:

'auto' - (default) same as current behavior
'hours' - %H
'minutes' - %H:%M
'seconds' - %H:%M:%S
'us' - %H:%M:%S.%f
History
Date User Action Args
2014-06-30 13:33:49belopolskysetrecipients: + belopolsky, lemburg, gvanrossum, tim.peters, skip.montanaro, terry.reedy, vstinner, ezio.melotti, r.david.murray, cvrebert, elixir
2014-06-30 13:33:49belopolskysetmessageid: <1404135229.8.0.0693830030785.issue19475@psf.upfronthosting.co.za>
2014-06-30 13:33:49belopolskylinkissue19475 messages
2014-06-30 13:33:49belopolskycreate