fix: use localzone crate to get local tz

This commit is contained in:
ThetaDev 2025-01-25 21:12:46 +01:00
parent f344fa43a6
commit 52b204c2a1
5 changed files with 5 additions and 67 deletions

View file

@ -5,7 +5,7 @@ mod visitor_data;
pub mod dictionary;
pub mod timeago;
pub use date::{local_timezone_name, now_sec, shift_months, shift_weeks_monday, shift_years};
pub use date::{now_sec, shift_months, shift_weeks_monday, shift_years};
pub use protobuf::{string_from_pb, ProtoBuilder};
pub use visitor_data::VisitorDataCache;