Description
Time in the uniform framework.
Description
A very small package for time
bridges between function on
UTCTime
EpochTime
with an IsString
for UTCTime
added stack build lts 19.16 for ghc 9.0.2
Please see the README on GitHub at https://github.com/andrewufrank/uniform-time/readme
README.md
A unifified manipulation of time and date representations.
Uniform means:
- same functions with identical semantics independent of representation
- all functions are total (or become so using Maybe or Either)
Conversions from EpochTime
to UTCTime
and then to YMD
and similar semantic structures.