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.
-
timezone-series
Enhanced timezone handling for Data.Time -
timezone-olson
A pure Haskell parser and renderer for binary Olson timezone files -
iso8601-time
Convert to/from the ISO 8601 time format in Haskell -
time-locale-compat
Compatibility of TimeLocale between old-locale and time-1.5 -
duration
A tiny compile-time time utility library, inspired by zeit/ms. -
time-exts
A time library implementing Unix and UTC timestamps. -
timezone-olson-th
Load Olson timezone files at compile time -
japanese-calendar
Data type of Japanese Calendar (Wareki). -
fixed-timestep
Pure Haskell library to run an action repeatedly, a specific amount of times per second. -
flick-duration
Provides Duration; a type to contain amounts of time
Static code analysis for 29 languages.
Do you think we are missing an alternative of distance-of-time or a related project?
Popular Comparisons
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.