Efficient time formatting library (strftime, strptime) for Golang
Stars
194
Forks
14
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
170
commits
2
update CHANGELOG.md for v0.1.8
304aadf
add more test cases
e5fb258
support parsing time zone offset with `%:::z`
a7803a9
optimize compound directives by resolving in switch statement
52d3bc4
refactor %G and %g parsing to reuse %Y and %y
f0b9b83
fix %s for 32-bit platforms, optimize formatting integers
aad97f3
add benchmarks for formatting and parsing
85a916a
support parsing negative numbers (%Y, %G, %s)
484b069
add test with Go 1.26
f94f156
fix %g parsing to use the same threshold as %y
da66c43
fix formatting of negative numbers (%Y, %C, %y, %g, %s)
783431c
update CHANGELOG.md for v0.1.7
c7f3b7b
update copyright year in LICENSE
029c804
bump up GitHub Actions versions
a93331e
add fuzzing tests for format and parse functions
8db027a