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.
12 stars
1 watching
1 forks
Language: Go
last commit: 9 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
hako/durafmt | A Go library for parsing and formatting time durations into human-readable strings | 495 |
xhit/go-str2duration | Converts time durations from string format to Go's time.Duration type with support for weeks and days. | 101 |
ijt/go-anytime | A Go library for parsing natural and standardized dates/times and ranges without knowing the format in advance. | 23 |
leekchan/timeutil | Extensions to Go's time package for working with durations and formatting dates | 192 |
awoodbeck/strftime | Formatter for converting Go time.Time instances to human-readable strings following the C99 strftime format | 12 |
enaeher/local-time-duration | A library providing a simple duration data structure and operations for working with time intervals | 17 |
vutran/twas | A JavaScript function to express time durations relative to the current moment | 250 |
saidinwot/timespan | A Golang package for manipulating time intervals defined by start and duration | 83 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
swiftstudies/duration | A package for measuring and reporting the time taken for operations in Swift | 325 |
bykof/gostradamus | A lightweight Go library for creating and manipulating dates and times with human-friendly formatting and timezone support. | 202 |
stoewer/go-week | Provides a simple data type representing week dates as defined by ISO 8601 | 9 |
40ants/humanize-duration | A library that provides a human-readable representation of time durations. | 9 |
jwiegley/periods | A Common Lisp library providing utilities for manipulating date/time objects and time ranges. | 30 |
cabify/timex | A test-friendly replacement for the time package | 70 |