From e078092f40ac768aff3d6525be22157c122d1af1 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Mon, 17 Jan 2022 17:06:24 -0500 Subject: Added a reverse conversion to the timezone trait --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 12b7225..44e3ad0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,5 +14,6 @@ pub use date::Date; pub use datetime::NaiveDateTime; pub use month::Month; pub use time::Time; +pub use timezone::TimeZone; pub use weekday::Weekday; pub use year::Year; -- cgit v1.2.3