summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-01-17 17:06:24 -0500
committerBotahamec <botahamec@outlook.com>2022-01-17 17:06:24 -0500
commite078092f40ac768aff3d6525be22157c122d1af1 (patch)
tree95707d855074b81b99d1d2e1d61d66f62e315fab /src/lib.rs
parentd4c16d0a6967666574eba5ab919b0d1e60f0558d (diff)
Added a reverse conversion to the timezone trait
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
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;