Skip to content
Simple time handling in Rust
Branch: master
Clone or download
alexcrichton Merge pull request #172 from jethrogb/master
Fix issue with SGX port, bump crate version
Latest commit a5483d8 Jan 8, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
benches
src No tzset on SGX Dec 28, 2018
.gitignore
.travis.yml Tweak travis config Nov 30, 2017
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md Add "no longer in active maintenance phase" notice to README Aug 31, 2016
appveyor.yml

README.md

time

Utilities for working with time-related functions in Rust

Build Status Build status

Documentation

Notes

This library is no longer actively maintained, but bugfixes will be added (details).

In case you're looking for something a little fresher and more actively maintained have a look at the chrono crate.

Usage

Put this in your Cargo.toml:

[dependencies]
time = "0.1"

And this in your crate root:

extern crate time;
You can’t perform that action at this time.