tzparse 0.4.0

This high-level library reads system timezone information files and returns timechanges (ie. daylight saving time) and human readable data about a timezone.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.chrono]
version = "0.4"

[dependencies.libtzfile]
features = ["with-chrono"]
version = "1.0.1"

[package]
authors = ["Nicolas BAUW <nbauw@hotmail.com>"]
categories = ["date-and-time", "parsing"]
description = "This high-level library reads system timezone information files and returns timechanges (ie. daylight saving time) and human readable data about a timezone."
edition = "2018"
keywords = ["timezone", "tzfiles", "time", "changes", "dst"]
license = "GPL-3.0"
name = "tzparse"
readme = "README.md"
repository = "https://github.com/nicolasbauw/rs-tzparse"
version = "0.4.0"