- Notifications
You must be signed in to change notification settings - Fork26
Open
Description
GNU date accepts a timezone code plus an offset between -24 and +24 (e.g.m+24
,y-24
).
We are usingchrono::FixedOffset
to represent offsets, which accepts offsets only in the range -24 to +24. Note that the literalm+12
will overflow because the letterm
already denotes a +12 offset.
We should re-design the underlining data models to achieve the GNU date behavior.
Metadata
Metadata
Assignees
Labels
No labels