Skip to content

Commit

Permalink
Merge pull request #293 from ndw/fix-typo
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
ndw authored Feb 12, 2025
2 parents 435f8f8 + 6e80b2e commit 511aa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ISO-8601-2004/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ Two string formats are ambiguous in ISO 8601:
* `20` is either the 20th century or 8pm.
* `2022-04` is either _April, 2022_ or it’s 22 minutes past 8pm in the time zone GMT-04:00.

The time forms can be unambigously written by preceding them with a ‘T’: `T20` or `T2022-04`
The time forms can be unambiguously written by preceding them with a ‘T’: `T20` or `T2022-04`
but there’s no unambiguous form for the date forms, as far as I can tell.

0 comments on commit 511aa5b

Please sign in to comment.