time icon indicating copy to clipboard operation
time copied to clipboard

The most used Rust library for date and time handling.

Results 36 time issues
Sort by recently updated
recently updated
newest added

How to format `optional` as empty

A-formatting
C-enhancement
A-format-description
C-breaking

This is linked to #683 This PR creates a new [year] modifier, i.e. `repr:four`, which represents a full year which is forced to be 4 digits long. This is different...

A-parsing
C-enhancement
A-format-description

Hi, I'm a beginner in Rust and I don't know the whole story of this crate, it's my first issue in this repository. My suggestion consists of two parts: -...

C-feature-request
A-core
C-blocked

At a cursory glance, this looks like it should be doable with less effort than previous well-known formats due to the clear description and provided grammar. https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar

C-feature-request
A-well-known-format-description

There seems to be another bug when serializing iso8601 timestamps where the nanoseconds are off by -1: ```rust #[test] fn test_info_round_trip() { let last_checked = datetime!(2025-01-10 23:01:16.000081999 +00:00:00); // serialized...

Dear maintainers, I know this may seem like the 1298th duplicate issue about the underlying problem at first glance, but I have seen the previous issues regarding macOS *vs.* local...

C-enhancement
A-local-offset