1 个不稳定版本
0.1.0 | 2022年10月22日 |
---|
#533 在 日期和时间
237 每月下载量
用于 8 个包 (2 直接)
4KB
50 行
clia-local-offset
简单获取当前本地时区偏移量。
此包使用 tz-rs
获取本地时区偏移量,并返回一个 time-rs
UtcOffset
。
用法
use tracing_subscriber::fmt::time::OffsetTime;
// Local offset timezone init, and set time format.
let offset = clia_local_offset::current_local_offset()
.expect("Can not get local offset!");
let timer = OffsetTime::new(
offset,
format_description!(
"[year]-[month]-[day] [hour]:[minute]:[second].[subsecond digits:3]"
),
);
lib.rs
:
简单获取当前本地时区偏移量。
依赖项
~1MB
~17K SLoC