taskwarrior/taskchampion/lib
ryneeverett 1c4e103904 taskchampion: Add time.utc_timestamp function.
Add a function that returns a Timestamp from an i64. One advantage is
improved readability since this function is guaranteed to return a
`LocalResult::Single`. Anther advantage is that it will panic if
something other than a LocalResult::Single is returned by chrono, which
shouldn't be possible for UTC timestamps which can't have DST ambiguity.
2023-02-06 08:23:27 -05:00
..
src taskchampion: Add time.utc_timestamp function. 2023-02-06 08:23:27 -05:00
Cargo.toml Bump libc from 0.2.135 to 0.2.136 2022-10-25 14:42:33 -04:00
header-intro.h rename rust/ to taskchampion/ 2022-07-29 21:41:41 -04:00
Makefile rename rust/ to taskchampion/ 2022-07-29 21:41:41 -04:00
taskchampion.h Expose is_* methods on tasks. 2022-12-21 16:36:23 -05:00