jeang3nie
jeang3nie created branch simple-enum in jeang3nie/version-rs 2024-02-08 18:55:06 -05:00
jeang3nie pushed to simple-enum at jeang3nie/version-rs 2024-02-08 18:55:06 -05:00
1aebef2c02 Make serde optional
jeang3nie deleted branch simple-enum from jeang3nie/version-rs 2024-02-03 10:22:46 -05:00
jeang3nie pushed to odin at jeang3nie/version-rs 2024-02-03 00:51:34 -05:00
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
Compare 6 commits »
jeang3nie pushed to simple-enum at jeang3nie/version-rs 2024-02-02 11:45:25 -05:00
626a5c288f Add test for impl PartialCmp for Version
jeang3nie pushed to simple-enum at jeang3nie/version-rs 2024-02-01 22:51:01 -05:00
0fdfecf842 Add tests for impl FromStr for Version
jeang3nie created branch simple-enum in jeang3nie/version-rs 2024-01-31 23:00:18 -05:00
jeang3nie pushed to simple-enum at jeang3nie/version-rs 2024-01-31 23:00:18 -05:00
17e52c2b01 Fix failing doc test, adjust README
98b74bd2a7 Initial refactor
Compare 2 commits »
jeang3nie pushed to odin at jeang3nie/epoch-rs 2024-01-30 20:58:02 -05:00
9563b1da0d Make DateTime impl Copy
jeang3nie pushed to odin at jeang3nie/epoch-rs 2024-01-30 20:47:29 -05:00
a440e730fa Make serde optional
jeang3nie pushed to odin at jeang3nie/zig-chrono 2024-01-30 00:31:44 -05:00
10fe374ea7 Add new toTimestampNaive method on DateTime so that weekday calculations can be performed for local time rather than for UTC
jeang3nie pushed to odin at jeang3nie/epoch-rs 2024-01-30 00:25:39 -05:00
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.
Compare 2 commits »
jeang3nie pushed to odin at jeang3nie/epoch-rs 2024-01-30 00:18:15 -05:00
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
jeang3nie pushed to odin at jeang3nie/zig-chrono 2024-01-29 23:36:03 -05:00
8f4f120a3b Merge branch 'odin' of git.hitchhiker-linux.org:jeang3nie/zig-chrono into odin
95c8113136 Miscellaneous fixes
Compare 2 commits »
jeang3nie pushed to odin at jeang3nie/epoch-rs 2024-01-29 19:03:09 -05:00
34edb7522d Add tests for ordering, conversion and formatting DateTime struct
jeang3nie created branch odin in jeang3nie/epoch-rs 2024-01-29 11:00:07 -05:00
jeang3nie pushed to odin at jeang3nie/epoch-rs 2024-01-29 11:00:07 -05:00
40470e1752 Initial commit
jeang3nie created repository jeang3nie/epoch-rs 2024-01-29 10:59:45 -05:00
jeang3nie pushed to odin at jeang3nie/zig-chrono 2023-09-10 18:30:33 -04:00
2d2b99c954 Bring up to zig 0.11
jeang3nie pushed to musl at Hitchhiker/src 2023-08-20 19:14:20 -04:00
d0f1242751 Update gcc, kernel, musl and fix some compilation issues