ISO 8601 is the International Standards Organization's standard for representing time as a string.
I have an ISO 8601 timestamp in the format: YYYY-MM-DDThh:mm:ss[.nnnnnnn][{+|-}hh:mm] YYYY-MM-DDThh:mm:ss[{+|-}hh:…
I need to replace part of a value from a json output and i could easily do this using sed …