chronotope / chrono-tz

TimeZone implementations for rust-chrono from the IANA database
Other
229 stars 55 forks source link

Added `Tz::default()` #94

Closed virtualritz closed 1 year ago

virtualritz commented 2 years ago

Rationale: allows deriving Default for a struct containing a Tz entity.

Returns Tz::UTC.

djc commented 2 years ago

Would you mind pushing again? I can't run CI right now.

allan2 commented 1 year ago

I'd like to use this feature. Could CI be re-run?

djc commented 1 year ago

Going to close this due to inactivity. Feel free to reopen a new version if you're still interested in this.

virtualritz commented 1 year ago

I missed the CI hiccup. I will fix and re-open.