Eric Sheppard

Results 13 issues of Eric Sheppard

Setting this up so it can run through the CI for now, this shouldn't be merged until at least version 0.5, or possibly never. This is one option to use...

API-incompatible

This could also be implemented as an extra field on `FixedOffset`, which would mean it would no longer be a breaking change, but in that case it would make the...

API-incompatible

Would be great to verify library changes continue working in Android and iOS. Could also investigate other OS's for example Alpine, and some docker images

This can be done now using the `format::Item` `enum`, however it can be quite verbose. These are some experiments using a macro_rules and some helper functions to make it a...

This is a version of https://github.com/chronotope/chrono/pull/809 that targets `0.4.x`

First some past commentary: Chrono RFC's: https://github.com/chronotope/chrono-rfcs/blob/master/notes/api-issues.md https://github.com/chronotope/chrono-rfcs/issues/1 https://github.com/chronotope/chrono-rfcs/issues/3 https://github.com/chronotope/chrono/issues/204 > ...which will allow us to deprecate Date and rename NaiveDate to Date, over a couple releases. I think #204...

This is a proof of concept PR to go along with https://github.com/servo/core-foundation-rs/pull/521 at `core-foundation`. If/when that PR is accepted, this can be fixed (change the git dependency to a proper...

We are currently keen to use `core-foundation` in `chrono` to determine the system time zone name - via [`iana-time-zone`](https://lib.rs/crates/iana-time-zone) (and potentially timezone calculations later), however becuase `core-foundation` depends on `chrono`,...