issues
search
time-rs
/
time
The most used Rust library for date and time handling.
https://time-rs.github.io
Apache License 2.0
1.13k
stars
281
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add macOS to `local_offset_at`'s `OS_HAS_THREAD_SAFE_ENVIRONMENT`
#718
PaulDance
opened
1 week ago
2
Compilation error: type annotations needed for `Box<_>`
#717
sigurd4
closed
1 week ago
3
Update rstest and rstest_reuse; bump MSRV to 1.67.1
#716
musicinmybrain
opened
1 week ago
5
Fix Changelog format and link to changelog website
#715
JonasHiltl
closed
1 week ago
2
date!() macro syntax gets messed up by rustfmt
#714
kasparthommen
closed
1 month ago
1
parsing a date with a year with last_two
#712
JL710
closed
1 month ago
3
Update mod.rs [Bug Fix in the parse_owned Function, line 75-88]
#711
a-zmuth
closed
1 month ago
8
Fix large-dates ambiguity by creating a repr:four modifier
#709
dennisorlando
closed
1 month ago
13
How to disable `optional` for formatting
#708
MaxKingPor
opened
2 months ago
5
style: Remove unnecessary commas
#707
sorairolake
closed
1 month ago
6
feat: Change to use `core::error::Error`
#706
sorairolake
closed
2 months ago
5
Make the date_time method on struct DateTimeOffset public
#705
PolpOnline
closed
2 months ago
2
UTC_OFFSET_FORMAT: use const blocks around function calls
#704
RalfJung
closed
2 months ago
8
Consider making `format` `no_std`-compatible
#703
MarcusGrass
closed
3 months ago
2
Question: How to get the duration between two DateTimes
#702
KnorrFG
closed
3 months ago
1
Add what features should be enabled in docs
#701
InAnYan
opened
3 months ago
2
Allow spaces (and other things) as separators when parsing RFC3339
#700
fasterthanlime
closed
3 months ago
8
Added an explicit type to items variable
#699
Cosiamo
closed
3 months ago
2
Add missing unit tests
#698
CXWorks
closed
3 months ago
4
Fixed compilation error using rust 1.80.0
#697
soucosmo
closed
4 months ago
2
Build failure under 1.80.0
#696
havok4u
closed
4 months ago
1
error[E0282]: type annotations needed for `Box<_>`
#693
gc-victor
closed
4 months ago
4
Fix sub-second negative Duration serialization.
#692
vriesk
closed
1 month ago
7
Serialization data corruption with Duration and `serde_human_readable` for negative subsecond durations
#691
vriesk
closed
1 month ago
1
Fix type annotation for collection in parse_owned function
#690
benracine
closed
4 months ago
1
Ferrocene compiler needs more information about the type of Box<_> at compile time.
#689
benracine
closed
4 months ago
1
Provide cached local offset
#688
mickvangelderen
closed
5 months ago
6
Document status of local-offset support
#687
Aeledfyr
closed
5 months ago
2
Expose `Time::MIN` and `Time::MAX`
#686
jrandolf
closed
2 months ago
7
compile error: time-0.3.29/src/format_description/parse/mod.rs:83:9 "type must be known at this point"
#685
phial3
closed
5 months ago
2
parsing: option to [end] to terminate parsing even if there is further input
#684
wezm
opened
5 months ago
1
Solve "large-dates" ambiguity
#683
dennisorlando
opened
5 months ago
13
Update libc:musl to support loongarch64
#682
zhaixiaojuan
closed
6 months ago
2
Error with rust-nightly: type annotations needed for `Box<_>`
#681
dessalines
closed
6 months ago
7
Make `format` methods localizable
#680
tguichaoua
opened
6 months ago
6
fix: dont round off floats while formatting
#679
dracarys18
closed
6 months ago
4
Formatting bug on ISO8601
#678
dracarys18
closed
6 months ago
6
Confusing deprecation message for `time::Instant`
#677
johnbatty
closed
7 months ago
3
How to use `serde::format_description` with `format_description::well_known` ?
#676
loganmzz
opened
7 months ago
5
Renaming of `FormatItem` is a breaking change
#675
arkeet
closed
7 months ago
5
Bug with leap second parsing ISO 8601
#674
dracarys18
closed
7 months ago
6
Mark the date_time function from OffsetDateTime as public
#673
samrg472
closed
7 months ago
1
Change default `Serialize`/`Deserialize` formats to ISO 8601
#672
jeff-hiner
opened
8 months ago
1
Delete identity conversion in format_description::parse_owned
#671
dtolnay
closed
8 months ago
1
`Duration`: tighten documented ranges of sub-second values
#670
samcowger
closed
8 months ago
1
`subsec_{milli,micro,nano}seconds` may have over-inclusive documented ranges
#669
samcowger
closed
8 months ago
1
Implement `FromStr` for `PrimitiveDateTime` and `OffsetDateTime`
#668
ogarcia
closed
8 months ago
1
Clarify the format used by Display is may change
#667
softdevca
closed
9 months ago
4
Optional leading zeros and parsing
#666
softdevca
closed
9 months ago
3
Fix alignment of `Parsed` test
#665
GuillaumeGomez
closed
9 months ago
2
Next