summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-01-17 14:34:34 -0500
committerBotahamec <botahamec@outlook.com>2022-01-17 14:34:34 -0500
commitd4c16d0a6967666574eba5ab919b0d1e60f0558d (patch)
tree33d8179d774a451c97f5c1cb9509048590e7efdf /src/lib.rs
parentdc115d47955d69cd97ce5afee378508c63ccb981 (diff)
Basic timezones
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 d3b0e30..12b7225 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -6,6 +6,7 @@ mod date;
mod datetime;
mod month;
mod time;
+pub mod timezone;
mod weekday;
mod year;