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

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


[Skip to Readme]

Modules

[Last Documentation]

  • Uniform
    • Uniform.Time

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 2022-07-23T10:05:12Z
Distributions NixOS:0.1.5.1
Reverse Dependencies 2 direct, 10 indirect [details]
Downloads 320 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-07-23 [all 2 reports]

Readme for uniform-time-0.1.3

[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.