Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryzokuken/draft-ryzokuken-datetime-extended
WIP IETF draft for extended timestamps that obsoletes RFC 3339
https://github.com/ryzokuken/draft-ryzokuken-datetime-extended
calendar timestamp timezone
Last synced: 25 days ago
JSON representation
WIP IETF draft for extended timestamps that obsoletes RFC 3339
- Host: GitHub
- URL: https://github.com/ryzokuken/draft-ryzokuken-datetime-extended
- Owner: ryzokuken
- License: gpl-3.0
- Created: 2020-10-20T14:04:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T02:59:12.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T00:17:02.747Z (7 months ago)
- Topics: calendar, timestamp, timezone
- Language: HTML
- Homepage: https://ryzokuken.dev/draft-ryzokuken-datetime-extended/
- Size: 2.94 MB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Date and Time on the Internet: Timestamps with additional information
This repository contains a WIP IETF I-D that seeks to replace [RFC 3339](https://tools.ietf.org/html/rfc3339)
by making the following updates:1. Timestamps can now contain additional information including but not limited to time zone and calendar.
2. The usage of 2-digit years is now no longer permitted.
3. The usage of the extended year format (6-digit with sign) is now allowed.
4. Numeric offsets can now include section and sub-second precision.
5. The RFC no longer contains an ABNF grammar describing ISO 8601.## View
You can view the built HTML version of the draft [here](https://ryzokuken.dev/draft-ryzokuken-datetime-extended/documents/rfc-3339.html).
## Compare
You can compare the differences from the base RFC 3339 [here](https://github.com/ryzokuken/draft-ryzokuken-datetime-extended/compare/original...master).
## Status
- [X] `00-front-area.adoc`
- [X] `01-intro.adoc`
- [X] `02-definitions.adoc`
- [X] `03-two-digit-years.adoc`
- [X] `04-local-time.adoc`
- [X] `05-date-time-format.adoc`
- [ ] `06-references.adoc`
- [X] `07-security.adoc`
- [X] `aa-iso-8601.adoc`
- [X] `ab-day-week.adoc`
- [X] `ac-leap-years.adoc`
- [X] `ad-leap-seconds.adoc`## Building
```shell
$ make clean all
```