distance-of-time alternatives and similar packages
Based on the "Time" category.
Alternatively, view distance-of-time alternatives based on common mentions on social networks and blogs.
-
fixed-timestep
Pure Haskell library to run an action repeatedly, a specific amount of times per second.
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of distance-of-time or a related project?
README
distance-of-time
This is a Haskell package capturing readable distances between times.
import qualified Data.Time as T
import qualified Data.Time.Distance as TD
-- Given the following signatures
--
-- now :: T.UTCTime
-- publishedOn :: T.UTCTime
TD.distanceOfTimeInWords publishedOn now
Hackage
This package is available on Hackage.
License
DistanceOfTime is Copyright © 2017 Josh Clayton and thoughtbot, inc.. It is free software, and may be redistributed under the terms specified in the LICENSE file.
About thoughtbot
DistanceOfTime is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.
We love open source software and Haskell. See our other Haskell projects, or hire our Haskell development team to design, develop, and grow your product.
*Note that all licence references and agreements mentioned in the distance-of-time README section above
are relevant to that project's source code only.