Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scarf005/iso8601
ISO8601 datetime display
https://github.com/scarf005/iso8601
Last synced: 25 days ago
JSON representation
ISO8601 datetime display
- Host: GitHub
- URL: https://github.com/scarf005/iso8601
- Owner: scarf005
- License: mit
- Created: 2023-02-02T23:08:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T21:35:48.000Z (about 1 year ago)
- Last Synced: 2023-10-07T22:26:10.557Z (about 1 year ago)
- Language: TypeScript
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ISO 8601
[![](demo/page.png)][pages]
datetime display in
[ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html)[Visit the page][pages]
## How to run
```sh
git clone https://github.com/scarf005/iso8601.git
cd iso8601
deno task dev
```### How to test
```sh
deno test
```## About
### License
AGPL-3.0.
see [LICENSE](LICENSE) for details.
### Credits
`src/assets/clock-hour-{N}.svg` are from
[tabler icons](https://tabler-icons.io). see [LICENSE](src/assets/LICENSE) for
details.### Disclaimer
- This repository is not associated with the ISO 8601 standard.
- This software has absolutely no warranty.[pages]: http://scarf005.github.io/iso8601