Top "Iso8601" questions

ISO 8601 is the International Standards Organization's standard for representing time as a string.

Parsing ISO 8601 with timezone to .NET datetime

I have an ISO 8601 timestamp in the format: YYYY-MM-DDThh:mm:ss[.nnnnnnn][{+|-}hh:mm] YYYY-MM-DDThh:mm:ss[{+|-}hh:…

c# .net datetime iso8601
jq replace part of value in json

I need to replace part of a value from a json output and i could easily do this using sed …

json sed edit jq iso8601