https://github.com/awoodbeck/strftime
C99-compatible strftime formatter for use with Go time.Time instances.
https://github.com/awoodbeck/strftime
c99 go golang golang-library golang-package strftime
Last synced: 3 days ago
JSON representation
C99-compatible strftime formatter for use with Go time.Time instances.
- Host: GitHub
- URL: https://github.com/awoodbeck/strftime
- Owner: awoodbeck
- License: mit
- Created: 2018-02-10T00:35:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T15:59:14.000Z (about 7 years ago)
- Last Synced: 2025-04-10T02:12:53.424Z (3 days ago)
- Topics: c99, go, golang, golang-library, golang-package, strftime
- Language: Go
- Size: 9.77 KB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - strftime - C99-compatible strftime formatter. (Date and Time / Search and Analytic Databases)
- awesome-go - strftime - C99-compatible strftime formatter for use with Go time.Time instances. - ★ 5 (Date and Time)
- awesome-go-extra - strftime - compatible strftime formatter for use with Go time.Time instances.|10|5|0|2018-02-10T00:35:46Z|2018-02-21T15:59:14Z| (Date and Time / Advanced Console UIs)
README
[](https://travis-ci.org/awoodbeck/strftime)
[](https://coveralls.io/github/awoodbeck/strftime)
[](https://goreportcard.com/report/github.com/awoodbeck/strftime)
[](https://godoc.org/github.com/awoodbeck/strftime)# strftime
C99-compatible strftime formatter for use with Go time.Time instances.
See [strftime](http://en.cppreference.com/w/c/chrono/strftime) for available conversion specifiers. Specific locale specifiers are not yet supported.