taskwarrior/taskchampion/lib/src
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
..
annotation.rs rename rust/ to taskchampion/ 2022-07-29 21:41:41 -04:00
atomic.rs taskchampion: Add time.utc_timestamp function. 2023-02-06 08:23:27 -05:00
kv.rs rename rust/ to taskchampion/ 2022-07-29 21:41:41 -04:00
lib.rs rename rust/ to taskchampion/ 2022-07-29 21:41:41 -04:00
replica.rs apply clippy fixes 2022-12-26 17:49:04 -05:00
result.rs rename rust/ to taskchampion/ 2022-07-29 21:41:41 -04:00
server.rs rename rust/ to taskchampion/ 2022-07-29 21:41:41 -04:00
status.rs Minor fixes to status in tc-lib 2022-12-19 20:01:38 -05:00
string.rs fix clippy warnings 2022-10-05 07:31:56 -04:00
task.rs taskchampion: Add time.utc_timestamp function. 2023-02-06 08:23:27 -05:00
traits.rs fix clippy warnings 2022-10-05 07:31:56 -04:00
uda.rs rename rust/ to taskchampion/ 2022-07-29 21:41:41 -04:00
util.rs rename rust/ to taskchampion/ 2022-07-29 21:41:41 -04:00
uuid.rs rename rust/ to taskchampion/ 2022-07-29 21:41:41 -04:00
workingset.rs rename rust/ to taskchampion/ 2022-07-29 21:41:41 -04:00