Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T15:59:14.000Z (almost 7 years ago)
- Last Synced: 2024-09-30T01:23:18.915Z (3 months ago)
- Topics: c99, go, golang, golang-library, golang-package, strftime
- Language: Go
- Size: 9.77 KB
- Stars: 12
- Watchers: 3
- 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
[![Build Status](https://travis-ci.org/awoodbeck/strftime.svg?branch=master)](https://travis-ci.org/awoodbeck/strftime)
[![Coverage Status](https://coveralls.io/repos/github/awoodbeck/strftime/badge.svg)](https://coveralls.io/github/awoodbeck/strftime)
[![Go Report Card](https://goreportcard.com/badge/github.com/awoodbeck/strftime)](https://goreportcard.com/report/github.com/awoodbeck/strftime)
[![GoDoc](https://godoc.org/github.com/awoodbeck/strftime?status.svg)](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.