https://github.com/depp/datetime-rs
Rust date and time library
https://github.com/depp/datetime-rs
Last synced: about 1 year ago
JSON representation
Rust date and time library
- Host: GitHub
- URL: https://github.com/depp/datetime-rs
- Owner: depp
- License: apache-2.0
- Created: 2014-06-08T07:01:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-14T19:24:04.000Z (almost 12 years ago)
- Last Synced: 2025-03-29T10:51:23.193Z (about 1 year ago)
- Language: Rust
- Size: 320 KB
- Stars: 25
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# The Rust date and time library
The `datetime-rs` library provides date and time data types and functions for Rust. It is modeled after the [Joda Time][joda-time] library for Java and the [Noda Time][noda-time] library for C#.
[joda-time]: http://www.joda.org/joda-time/
[noda-time]: http://nodatime.org/
## License and copyright
Copyright © 2014 Dietrich Epp
The Rust date time library is distributed under the terms of the MIT License or the Apache License, Version 2.0, at your option.