[go: up one dir, main page]

chrono-tz 0.3.1

TimeZone implementations for rust-chrono from the IANA database
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "chrono-tz"
version = "0.3.1"
authors = ["Djzin"]
build = "build.rs"
description = "TimeZone implementations for rust-chrono from the IANA database"
keywords = ["date", "time", "timezone", "zone", "calendar"]
repository = "https://github.com/djzin/chrono-tz"
documentation = "https://docs.rs/chrono-tz"
readme = "README.md"
license = "MIT/Apache-2.0"

[dependencies]
chrono = "0.3"

[build-dependencies]
parse-zoneinfo = "0.1"