cstrftime
cstrftime copied to clipboard
⌛️The missing strftime in Go
Hello! Recently, I've used your cstrftime function within a go project, in order to create timestamps for go-elasticsearch search queries, backed by fasthttp. Unfortunately, under heavy load, random segfaults are...
This library does not seem to handle timezones other than UTC correctly. See also #1 .
Time doesn't get formatted correctly, decimal seconds disappear, and something about the benchmarks results in null characters for the day of the month in the benchmarks. The one benchmark that...