Message221958
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 |
|
Date |
User |
Action |
Args |
2014-06-30 13:26:46 | belopolsky | set | recipients:
+ belopolsky, lemburg, gvanrossum, tim.peters, skip.montanaro, terry.reedy, vstinner, ezio.melotti, r.david.murray, cvrebert, elixir |
2014-06-30 13:26:46 | belopolsky | set | messageid: <1404134806.4.0.631002865257.issue19475@psf.upfronthosting.co.za> |
2014-06-30 13:26:46 | belopolsky | link | issue19475 messages |
2014-06-30 13:26:46 | belopolsky | create | |
|