Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasnep/roc-datetimes
🕒 A work in progress Roc library for working with dates and times
https://github.com/hasnep/roc-datetimes
datetimes roc roc-lang
Last synced: 3 months ago
JSON representation
🕒 A work in progress Roc library for working with dates and times
- Host: GitHub
- URL: https://github.com/hasnep/roc-datetimes
- Owner: Hasnep
- License: upl-1.0
- Created: 2023-03-13T06:36:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T05:47:33.000Z (7 months ago)
- Last Synced: 2024-05-27T12:43:34.062Z (6 months ago)
- Topics: datetimes, roc, roc-lang
- Language: Roc
- Homepage: https://hasnep.github.io/roc-datetimes
- Size: 68.4 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- roc-awesome - Hasnep/roc-datetimes
README
# Roc DateTimes
A work in progress library for working with dates and times in Roc.
Based on the [Chrono](https://docs.rs/chrono/latest/chrono/) library for Rust.
## Licence
This repository is released under the [UPL licence](./LICENCE) and is based on the [chrono](https://docs.rs/chrono/latest/chrono/) library which dual licenced under the [MIT Licence](./LICENCE-chrono-mit) and the [Apache Licence 2.0](./LICENCE-chrono-apache-2).