文件名称:chrono-tz:IANA数据库中rust-chrono的TimeZone实现
文件大小:34KB
文件格式:ZIP
更新时间:2024-06-04 11:25:21
Rust
计时TZ 0.5.3 Chrono-TZ是一个库,为提供特性的实现者。 这些impls是由使用和的构建脚本生成的。 文献资料 文档托管在 用法 把它放在你的Cargo.toml : [ dependencies ] chrono = " 0.4 " chrono-tz = " 0.5 " 然后,您需要编写(在板条箱根目录中): extern crate chrono; extern crate chrono_tz; 例子 在一个时区中创建一个时间并将其转换为UTC use chrono :: {TimeZone, Utc}; use chrono_tz :: US :: Pacific; let pacific_time = Pacific. ymd ( 1990 , 5 , 6 ). and_hms ( 12 , 30 , 45 ); let utc_time = paci
【文件预览】:
chrono-tz-main
----rustfmt.toml(29B)
----chrono-tz-build()
--------Cargo.toml(563B)
--------src()
--------README.md(79B)
----Cargo.toml(810B)
----.github()
--------workflows()
----.gitmodules(64B)
----src()
--------directory.rs(166B)
--------timezone_impl.rs(13KB)
--------serde.rs(2KB)
--------directory.rs.example(332B)
--------timezones.rs(113B)
--------binary_search.rs(1KB)
--------lib.rs(12KB)
--------timezones.rs.example(5KB)
----build.rs(43B)
----LICENSE(12KB)
----README.md(6KB)
----tests()
--------numberphile.rs(5KB)
--------check-regex-filtering()
--------check-nostd()
----.gitignore(24B)
----.git-ignore-rev-list(52B)
----tz()
----bin()
--------test-regex-filtering.sh(197B)
----CHANGELOG.md(443B)