Bug: 160020935

Clone this repo:
  1. 3f33d8e Skip ab/6749736 in stage. by Xin Li · 3 years, 7 months ago main master
  2. 87a1017 Add time/OWNERS am: 57d35b8094 by Chih-Hung Hsieh · 3 years, 7 months ago
  3. 57d35b8 Add time/OWNERS by Chih-Hung Hsieh · 3 years, 7 months ago sdk-release platform-tools-30.0.5
  4. c4c827c Fix time/METADATA am: 200e7bb88a by Chih-Hung Hsieh · 3 years, 8 months ago
  5. 200e7bb Fix time/METADATA by Chih-Hung Hsieh · 3 years, 8 months ago

time

Utilities for working with time-related functions in Rust

build status Documentation rustc 1.21.0

time v0.1.x is Deprecated

The 0.1.x series of this library is deprecated and in maintenance mode. No new features will be added. Active development now occurs in the 0.2.x series.

If you need additional functionality that this crate does not provide, check out the chrono crate.

Usage

Put this in your Cargo.toml:

[dependencies]
time = "0.1"

And this in your crate root:

extern crate time;