strftime
Time string formatter
Formatter for converting Go time.Time instances to human-readable strings following the C99 strftime format
C99-compatible strftime formatter for use with Go time.Time instances.
12 stars
3 watching
5 forks
Language: Go
last commit: over 6 years ago
Linked from 2 awesome lists
c99gogolanggolang-librarygolang-packagestrftime
Related projects:
Repository | Description | Stars |
---|---|---|
hako/durafmt | A Go library for parsing and formatting time durations into human-readable strings | 495 |
osteele/tuesday | Provides a Ruby-compatible strftime function for Go with additional flags and conversions. | 12 |
xhit/go-str2duration | Converts time durations from string format to Go's time.Duration type with support for weeks and days. | 101 |
leekchan/timeutil | Extensions to Go's time package for working with durations and formatting dates | 192 |
python-formate/flake8_strftime | A tool to enforce consistent date formatting across different platforms in Python. | 2 |
guilhermecaruso/kair | A formatting library for dates and times in Go. | 24 |
rwxrob/dtime | Provides date and time formatting functions with support for common intervals | 5 |
goschtalt/approx | A package that extends the standard Go time library to support parsing and manipulation of approximate time durations in days, weeks, and years. | 12 |
go-ffmt/ffmt | Golang beautifies data display by providing formatting options for humans | 305 |
sorairolake/nt-time | Provides a Rust library to manipulate Windows file times | 6 |
stoewer/go-week | Provides a simple data type representing week dates as defined by ISO 8601 | 9 |
ijt/go-anytime | A Go library for parsing natural and standardized dates/times and ranges without knowing the format in advance. | 23 |
iyassou/ustrftime | A MicroPython implementation of time formatting functions | 2 |
wavebitscientific/datetime-fortran | Provides a modern Fortran API for date and time manipulation | 137 |
drewstinnett/gout | A utility package for formatting and serializing data in standard formats. | 17 |