cstrftime icon indicating copy to clipboard operation
cstrftime copied to clipboard

⌛️The missing strftime in Go

Results 3 cstrftime issues
Sort by recently updated
recently updated
newest added

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 .

bug

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...