issues
search
BurntSushi
/
jiff
A date-time library for Rust that encourages you to jump into the pit of success.
The Unlicense
1.77k
stars
35
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support riscv32imac-unknown-none-elf
#162
lu-zero
opened
1 day ago
1
deps: Make sure serde builds in combination with no_std
#161
lu-zero
opened
1 day ago
0
question: failed to find timezone 'Asia/Shanghai' in time zone database
#159
TCeason
closed
2 weeks ago
4
question: day_of_year why not return u16?
#158
TCeason
closed
2 weeks ago
1
question: chrono support from_num_days_from_ce but jiff is public in crate
#157
TCeason
closed
2 weeks ago
2
feature request: Human friendly time formatting strings
#156
max-ishere
closed
2 weeks ago
7
question: ASCII is currently required when format timestamp
#155
TCeason
opened
2 weeks ago
3
fmt/rfc2822: add routines explicitly for RFC 9110
#154
BurntSushi
closed
3 weeks ago
1
docs: add linked docs.rs badge to `README.md`
#153
LeoniePhiline
opened
3 weeks ago
0
RFC 2822 should not be recommended for handling HTTP requests
#151
camper42
closed
3 weeks ago
5
docs: fix a typo
#150
LeoniePhiline
opened
3 weeks ago
0
fix: deserialize from str for serde YAML compatibility
#149
LeoniePhiline
opened
3 weeks ago
2
feature request: week number formatting support in `strftime`
#147
LeoniePhiline
opened
3 weeks ago
4
docs: fix a typo
#146
LeoniePhiline
closed
3 weeks ago
3
Remove `Sub` implementation for `Span` to `Timestamp`
#145
ClementNerma
opened
3 weeks ago
7
Proposal: Expose time zone transitions (if any)
#144
david7a68
opened
4 weeks ago
4
feat: implement Hash trait for structs that has implemented PartialEq/Eq
#143
leiysky
opened
1 month ago
2
doc: correct function reference in Timestamp
#142
msk
opened
1 month ago
0
feat: bootstrap jiff-sqlx development
#141
tisonkun
opened
1 month ago
8
Android Platform Support
#140
daylightwarbler
opened
1 month ago
2
please consider adding additional format specifiers to jiff::fmt::strtime for strptime, strftime
#139
fdncred
opened
1 month ago
3
Inconsistency between serialize and deserialize in Serde
#138
chmp
opened
1 month ago
9
feat: impl TryFrom str for Timestamp
#137
tisonkun
closed
1 month ago
10
Consider treating weeks as uniform sometimes in the `Span` API
#136
alilleybrinker
opened
2 months ago
4
Tweak docs to update Timestamp definition to current behaviour
#134
Plecra
closed
2 months ago
3
Parsing timezone allows minutes to be missing or present
#133
tisonkun
opened
2 months ago
1
consider adding alternative representation for `civil::Date` that uses Unix epoch days
#132
BurntSushi
opened
2 months ago
0
Is it possible a month is negative or out of 1..=12?
#130
tisonkun
opened
2 months ago
1
Add better comparison with `icu`
#129
robertbastian
closed
2 months ago
2
fmt: rejigger internal precision setting
#128
BurntSushi
closed
2 months ago
0
util: move UTF-8 decoding to its own module
#127
BurntSushi
closed
2 months ago
0
fmt: simplify integer formatting slightly
#126
BurntSushi
closed
2 months ago
0
tzdb: update to the 2024b release
#125
BurntSushi
closed
2 months ago
0
tz: add `TimeZone::try_system`
#123
BurntSushi
closed
2 months ago
0
fmt: support formatting `Timestamp` with a specific offset
#122
BurntSushi
closed
2 months ago
0
`jiff_tzdb` potentially not up to date with current TZDB
#120
nekevss
closed
2 months ago
5
fmt: add new `serde` sub-module for integer timestamp integration
#119
BurntSushi
closed
2 months ago
2
fmt/strtime: add set_offset and set_iana_time_zone to BrokenDownTime
#118
BurntSushi
closed
2 months ago
0
util/libm: replace `force_eval!` by `std::hint::black_box`
#117
martinvonz
closed
2 months ago
1
zoned: add note about Timestamp::now().to_zoned()
#116
BurntSushi
closed
3 months ago
0
tz: attempt to read TZ symlink as IANA time zone identifier
#115
BurntSushi
closed
3 months ago
0
api: add options for controlling precision
#114
BurntSushi
closed
3 months ago
1
can't get IANA zone name with `TZ=:/etc/localtime`
#113
scottlamb
closed
3 months ago
5
add a new "friendly" duration format
#111
BurntSushi
opened
3 months ago
15
cargo: fix alloc-only build
#109
BurntSushi
closed
3 months ago
0
0.1.7 version fails to compile from crates.io
#108
tyranron
closed
3 months ago
3
doc: fix the wrong issue id in CHANGELOG.md
#107
1996fanrui
closed
3 months ago
1
cargo: permit windows-sys >=0.52.0 and <=0.59.*
#106
BurntSushi
closed
3 months ago
2
improvement: to_offset avoids binary search if the timestamp is greatr than the biggest one
#105
1996fanrui
closed
3 months ago
0
improvement: ReasonablePosixTimeZone#to_offset returns default value directly when dst is none
#104
1996fanrui
closed
3 months ago
1
Next