diff options
| author | Botahamec <botahamec@outlook.com> | 2022-01-17 14:34:34 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-01-17 14:34:34 -0500 |
| commit | d4c16d0a6967666574eba5ab919b0d1e60f0558d (patch) | |
| tree | 33d8179d774a451c97f5c1cb9509048590e7efdf /src/lib.rs | |
| parent | dc115d47955d69cd97ce5afee378508c63ccb981 (diff) | |
Basic timezones
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ mod date; mod datetime; mod month; mod time; +pub mod timezone; mod weekday; mod year; |
