diff options
| author | Botahamec <botahamec@outlook.com> | 2022-01-17 17:06:24 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-01-17 17:06:24 -0500 |
| commit | e078092f40ac768aff3d6525be22157c122d1af1 (patch) | |
| tree | 95707d855074b81b99d1d2e1d61d66f62e315fab /src/lib.rs | |
| parent | d4c16d0a6967666574eba5ab919b0d1e60f0558d (diff) | |
Added a reverse conversion to the timezone trait
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
