|
How would you compute an xsd:dateTime in a shell script. I can see several candidates :
but this option seems deprecated, or :
Both don't return the same result... so... are there any hints I've overlooked ? |
|
Both are wrong in the detail for an xsd:dateTime. --iso-8601=seconds has timezone as 0000, not 00:00 --rfc-3339=seconds has a space take control and use a format:
or more concisely:
1
@olberger If this answer solved your problem don't forget to accept it, click the tick mark under the vote up/down buttons |

