BurntSushi/jiff
A date-time library for Rust that encourages you to jump into the pit of success.
RustUnlicense
Issues
- 26
serde support: `TimeZone` or `Offset`
#89 opened by onkoe - 9
add ecosystem integration to jiff? (e.g., optional dependencies on `icu`, `diesel`, `sqlx`, etc)
#50 opened by BurntSushi - 13
add a new "friendly" duration format
#111 opened by BurntSushi - 4
- 1
- 0
consider adding alternative representation for `civil::Date` that uses Unix epoch days
#132 opened by BurntSushi - 1
Is it possible a month is negative or out of 1..=12?
#130 opened by tisonkun - 1
add fallible API for `TimeZone::system()`
#65 opened by BurntSushi - 5
- 8
proposal: Timestamp.elapsed()
#98 opened by dvdsk - 0
provide a more convenient way to (de)serialize an integer number of units since the Unix epoch
#101 opened by BurntSushi - 1
- 2
Should benchmarks be run on "random" values instead of the same value each time?
#80 opened by nakedible - 7
Zoned supports now_with_time_zone
#93 opened by 1996fanrui - 1
Allow configure nanosecond's precision
#92 opened by tisonkun - 5
can't get IANA zone name with `TZ=:/etc/localtime`
#113 opened by scottlamb - 8
- 3
0.1.7 version fails to compile from crates.io
#108 opened by tyranron - 24
- 4
Should Date, Time and DateTime constructors take unsigned integers instead of signed?
#102 opened by twistedfall - 2
Deserializing a Unix epoch time?
#99 opened by dsully - 3
- 3
Timestamp adds 1 day panic
#90 opened by tisonkun - 1
span printout question
#87 opened by fdncred - 5
Allow truncation in `%.f` format specifier
#73 opened by sgoll - 5
Parsing continuous date values
#62 opened by 0ba100 - 2
Fraction computation with large times produces strange timestamps which are not printed sanely
#59 opened by addisoncrump - 2
- 1
add caching mechanism for POSIX TZ lookups
#19 opened by BurntSushi - 3
- 3
- 9
TimeZone::system(): support WASM as a platform
#56 opened by sharkdp - 6
- 2
- 19
Inconsistency: Are days 24 hours or not?
#48 opened by FeldrinH - 11
`intz` name is confusing
#28 opened by vultix - 2
Benchmark improvements
#38 opened by jhpratt - 2
Span: Ergonomics Improvements
#40 opened by martintmk - 4
`Span`: the `Eq`/`PartialEq` trait implementation can lead to benign-looking code that is actually buggy.
#32 opened by jhseu - 0
Info: UX report for dtg/dtg-lib crates
#42 opened by qtfkwk - 3
Rename `Span` to `TimeSpan`?
#31 opened by rmg-x - 3
export `TimeZone` to TZif
#30 opened by scottlamb - 2
RFC 2822 parsing is not (technically) compliant
#39 opened by jhpratt - 1
- 11
add performance focused APIs
#17 opened by BurntSushi - 0
- 1
- 2
- 1
finish the tzdb zic compiler
#20 opened by BurntSushi - 0
add caching mechanism for TZif lookups
#18 opened by BurntSushi