Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.