From 4b013b8b9af0e8db48b10882f64bff252cf7742d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 23 Nov 2024 14:09:55 -0800 Subject: add user-defined global weather timing offset helper for adjusting final output unix time. Should only be used in single-threaded environment --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index f69eddc..28dd01d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,4 +3,3 @@ pub mod eorzean_weather; pub use eorzean_time::*; pub use eorzean_weather::*; - -- cgit v1.2.3