KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
friendly-time
★ 14
Open GitHub ↗
Display time values in a friendly way
Download README (.md)
Explore Similar Repositories
Adafruit-Resistor-Helper
:
A papercraft resistor calculator
hartree-fock
:
A simple Hartree-Fock implementation in Julia
Girls_I_Loved
:
a comprehensive Rails 3.2 CRUD example
sbt-simple-junit-xml-reporter-plugin
:
A pretty basic plugin for sbt to output junit xml reports from tests.
mandrawer
:
A miscellaneous collection of scripts I use across various devices.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
friendly-time
?
Download (.md)
**ARCHIVED**: this project is unmaintained and has been archived. See [#13](https://github.com/pbrisbin/friendly-time/issues/13) for a paper trail of the decision to do so, as well as some attempts at finding a new maintainer, which fizzled. As an alternative, I recommend [`Formatting.Time.diff`](https://hackage.haskell.org/package/formatting-6.3.7/docs/Formatting-Time.html#g:5). # Friendly time Friendly time formats (so far, just one). ### Human Fuzzy time in relation to now. ```hs humanReadableTime :: UTCDate -> IO String -- => "just now", "1 minute ago", "wednesday", etc ``` --- [LICENSE](./LICENSE) | [CHANGELOG](./CHANGELOG.md)