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

[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 (>=0.1.5), uniform-error (>=0.1.5), uniform-strings (>=0.1.5) [details]
License GPL-2.0-only
Copyright 2021 Andrew U. Frank
Author Andrew Frank
Maintainer Andrew U. Frank <uniform@gerastree.at>
Category Time Uniform
Home page https://github.com/github.com:andrewufrank/uniform-time.git#readme
Bug tracker https://github.com/andrewufrank/uniform-time/issues
Source repo head: git clone https://github.com/github.com:andrewufrank/uniform-time.git
Uploaded by andrewufrank at 2023-03-06T14:08:06Z
Distributions NixOS:0.1.5.1
Reverse Dependencies 2 direct, 10 indirect [details]
Downloads 306 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-03-06 [all 1 reports]

Readme for uniform-time-0.1.5.1

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