Block a user
b40178ede2
Merge branch 'simple-enum' of git.hitchhiker-linux.org:jeang3nie/version-rs into simple-enum
3d1380b971
Add test for Version::to_string
626a5c288f
Add test for
impl PartialCmp for Version
0fdfecf842
Add tests for
impl FromStr for Version
17e52c2b01
Fix failing doc test, adjust README
10fe374ea7
Add new
toTimestampNaive
method on DateTime
so that weekday calculations can be performed for local time rather than for UTC
c0def257fb
Capitalize "UTC" when pretty-printing
3594cfafdf
Fix Weekday calculation to skip using TimeZone when converting DateTime to timestamp, so that the calculated weekday will match local time rather than UTC.
0c77774f34
Add
display
methods for pretty print; TODO: Use naive conversion to timestamp when getting Weekday. Currently, since we convert to UTC the returned value is invalid if it is a different day in the offset timezone
8f4f120a3b
Merge branch 'odin' of git.hitchhiker-linux.org:jeang3nie/zig-chrono into odin
95c8113136
Miscellaneous fixes