diff options
| author | Botahamec <botahamec@outlook.com> | 2022-03-22 17:42:44 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-03-22 17:42:44 -0400 |
| commit | ff715d1d53f9f84c95327096cc839cdc4c965645 (patch) | |
| tree | cd404f5c0f2d491376a97390371dbb6fdeacfb63 /src/lib.rs | |
| parent | cf2673d4d4bc8d6b96f4488847d8c2b3c3545010 (diff) | |
Renamed UnixTimestamp
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ pub use datetime::DateTime; pub use datetime::NaiveDateTime; pub use month::Month; pub use time::Time; -pub use timestamp::UnixTimestamp; +pub use timestamp::Timestamp; pub use timezone::TimeZone; pub use weekday::Weekday; pub use year::Year; |
