Paul Dicker

Results 308 comments of Paul Dicker
trafficstars

Closing due to inactivity and the concerns raised above. We still have https://github.com/chronotope/chrono/issues/702 to track this issue.

I did not try to test this, but believe it can be closed because all these methods were removed in https://github.com/chronotope/chrono/pull/1072.

I agree it would be cool if `Copy` types would not even need a serialize/deserialize step when used with `rkyv`. And of course this breaks down when not everything uses...

https://github.com/chronotope/chrono/pull/906 Added these methods last december. @0xdeafbeef Thank you for your work here! This PR can be closed.

An `i64` Unix timestamp can cover a wider range of dates than a `NaiveDateTime` or `DateTime`. Although with a range of +/-260,000 years it already seems pretty generous. To avoid...

Added in https://github.com/chronotope/chrono/pull/731.

Fixed in https://github.com/chronotope/chrono/pull/784.

Closing as duplicate of https://github.com/chronotope/chrono/issues/288.

`NaiveTime::MIN` was made public in https://github.com/chronotope/chrono/pull/890. `NaiveTime::MAX` seems a bit questionable to me. For one because it does not account for leap seconds.

> We would need to capture timezone name on Windows as well, potentially from [here](https://docs.microsoft.com/en-us/windows/win32/api/timezoneapi/ns-timezoneapi-time_zone_information) hence why this is in draft status for now The `TIME_ZONE_INFORMATION` structure doesn't seem to...