fix: use localzone crate to get local tz
This commit is contained in:
parent
f344fa43a6
commit
52b204c2a1
5 changed files with 5 additions and 67 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#![doc = include_str!("../README.md")]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
#![forbid(unsafe_code)]
|
||||
#![warn(missing_docs, clippy::todo, clippy::dbg_macro)]
|
||||
|
||||
//! ## Go to
|
||||
|
|
|
|||
Reference in a new issue