uniform-time: Time in the uniform framework

[ gpl, library, time-uniform ] [ Propose Tags ]

A very small package for time

bridges between function on

  • UTCTime

  • EpochTime

with an IsString for UTCTime

Please see the README on GitHub at https://github.com/andrewufrank/uniform-time/readme


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.3, 0.1.5.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), convertible, monads-tf, time, uniform-algebras, uniform-error, uniform-strings [details]
License GPL-2.0-only
Copyright 2021 Andrew U. Frank
Author Andrew Frank
Maintainer Andrew U. Frank <uniform@gerastree.at>
Category Time Uniform
Bug tracker https://github.com/andrewufrank/uniform-time/issues
Uploaded by andrewufrank at 2021-05-05T19:30:33Z
Distributions NixOS:0.1.5.1
Reverse Dependencies 2 direct, 10 indirect [details]
Downloads 313 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-05-05 [all 1 reports]

Readme for uniform-time-0.1.0

[back to package description]

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.