it seems like the std lib rust APIs for this invol...
# development
h
it seems like the std lib rust APIs for this involve getting hte currrent
SystemTime
and then comparing it to the unix epoch to get a
Duration
, which works but seems a bit verbose