jeang3nie
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
jeang3nie pushed to odin at jeang3nie/hpk 2023-07-08 18:42:45 -04:00
150b728172 Merge branch 'odin' of codeberg.org:jeang3nie/hpk into odin
35dfc99176 Make it possible to compile on FreeBSD by conditionally using
Compare 2 commits »
jeang3nie pushed to odin at jeang3nie/hpk 2023-07-08 18:41:18 -04:00
3e65c13a5b Add `Extended` to version enum
jeang3nie pushed to musl at Hitchhiker/src 2023-05-08 22:25:17 -04:00
441a0599ce Add `hpk`
jeang3nie pushed to odin at jeang3nie/hpk 2023-05-07 22:06:21 -04:00
6ca276c125 Update bootstrap
jeang3nie pushed to odin at jeang3nie/hpk 2023-05-05 19:12:43 -04:00
af41d1c006 Fix bug introduced revolving around the ustar `prefix` field. GNU tar
ccf6d5301a Add shells hook
Compare 2 commits »
jeang3nie pushed to odin at jeang3nie/hpk 2023-04-19 07:36:46 -04:00
1d595e0f1e Add `push` method for Cleanup struct, slightly simplifying code in the
bd5090069d Add `Cleanup` struct to run all hooks
Compare 2 commits »
jeang3nie pushed to odin at Hitchhiker/s6-service-definitions 2023-04-19 00:06:19 -04:00
a46145aa52 Add polkitd service
jeang3nie pushed to odin at jeang3nie/hpk 2023-04-18 17:51:16 -04:00
641eff3378 Fix some clippy lints