From d47a3de6aa007e2f0f90a7880e5694c1627b5c0c Mon Sep 17 00:00:00 2001 From: Brandon Pugh Date: Thu, 29 Aug 2024 22:28:54 -0500 Subject: [PATCH] Add ISO-8601 duration format til --- standards/iso-duration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 standards/iso-duration.md diff --git a/standards/iso-duration.md b/standards/iso-duration.md new file mode 100644 index 0000000..36fafdf --- /dev/null +++ b/standards/iso-duration.md @@ -0,0 +1,12 @@ +--- +date: 2024-05-31 +--- + +# ISO-8601 Duration Format + +I learned about the ISO-8601 duration format today. +It's a way to represent a duration of time in a standard format. + +For example, `P3Y6M4DT12H30M5S` represents a duration of 3 years, 6 months, 4 days, 12 hours, 30 minutes, and 5 seconds. + +https://www.digi.com/resources/documentation/digidocs/90001488-13/reference/r_iso_8601_duration_format.htm