#time #fixed #date #filetime

datetime

Library for date and time formatting and arithmetic

22 releases

Uses old Rust 2015

0.5.2 Apr 1, 2021
0.5.1 May 25, 2020
0.5.0 Apr 7, 2020
0.4.7 Oct 8, 2017
0.1.5 Mar 22, 2015

#174 in Date and time

Download history 1769/week @ 2023-08-02 2324/week @ 2023-08-09 1978/week @ 2023-08-16 2198/week @ 2023-08-23 2288/week @ 2023-08-30 5374/week @ 2023-09-06 5501/week @ 2023-09-13 2387/week @ 2023-09-20 2472/week @ 2023-09-27 2441/week @ 2023-10-04 2398/week @ 2023-10-11 2464/week @ 2023-10-18 2620/week @ 2023-10-25 2544/week @ 2023-11-01 2524/week @ 2023-11-08 2011/week @ 2023-11-15

10,005 downloads per month
Used in 14 crates (13 directly)

MIT license

115KB
2K SLoC

rust-datetime datetime on crates.io Build status

Date/time library for Rust! Very much a work in progress.

View the Rustdoc

Installation

This crate works with Cargo. Add the following to your Cargo.toml dependencies section:

[dependencies]
datetime = "0.5"

The earliest version of Rust that this crate is tested against is Rust v1.31.0.

Dependencies

~0.4–420KB