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:26:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404134806.4.0.631002865257.issue19475@psf.upfronthosting.co.za>
In-reply-to
Content
Here is some "prior art": GNU date utility has an --iso-8601[=timespec] option defined as

‘-I[timespec]’
‘--iso-8601[=timespec]’
Display the date using the ISO 8601 format, ‘%Y-%m-%d’.
The argument timespec specifies the number of additional terms of the time to include. It can be one of the following:

‘auto’
Print just the date. This is the default if timespec is omitted. 
‘hours’
Append the hour of the day to the date. 
‘minutes’
Append the hours and minutes. 
‘seconds’
Append the hours, minutes and seconds. 
‘ns’
Append the hours, minutes, seconds and nanoseconds.
If showing any time terms, then include the time zone using the format ‘%z’. 

https://www.gnu.org/software/coreutils/manual/html_node/Options-for-date.html
History
Date User Action Args
2014-06-30 13:26:46belopolskysetrecipients: + belopolsky, lemburg, gvanrossum, tim.peters, skip.montanaro, terry.reedy, vstinner, ezio.melotti, r.david.murray, cvrebert, elixir
2014-06-30 13:26:46belopolskysetmessageid: <1404134806.4.0.631002865257.issue19475@psf.upfronthosting.co.za>
2014-06-30 13:26:46belopolskylinkissue19475 messages
2014-06-30 13:26:46belopolskycreate