approx

Time duration utility

A package that extends the standard Go time library to support parsing and manipulation of approximate time durations in days, weeks, and years.

Package approx adds support for durations of days, weeks and years.

GitHub

13 stars
1 watching
1 forks
Language: Go
last commit: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
hako/durafmtA Go library for parsing and formatting time durations into human-readable strings496
xhit/go-str2durationConverts time durations from string format to Go's time.Duration type with support for weeks and days.104
ijt/go-anytimeA Go library for parsing natural and standardized dates/times and ranges without knowing the format in advance.23
leekchan/timeutilExtensions to Go's time package for working with durations and formatting dates192
awoodbeck/strftimeFormatter for converting Go time.Time instances to human-readable strings following the C99 strftime format13
enaeher/local-time-durationA library providing a simple duration data structure and operations for working with time intervals17
vutran/twasA JavaScript function to express time durations relative to the current moment250
saidinwot/timespanA Golang package for manipulating time intervals defined by start and duration83
xxjwxc/publicA comprehensive utility package for Go programmers175
swiftstudies/durationA package for measuring and reporting the time taken for operations in Swift325
bykof/gostradamusA lightweight Go library for creating and manipulating dates and times with human-friendly formatting and timezone support.203
stoewer/go-weekProvides a simple data type representing week dates as defined by ISO 86019
40ants/humanize-durationA library that provides a human-readable representation of time durations.9
jwiegley/periodsA Common Lisp library providing utilities for manipulating date/time objects and time ranges.30
cabify/timexA test-friendly replacement for the time package70