OS
Tuesday: Ruby-Compatible Strftime for Go
This package provides a function Strftime that is compatible with Ruby's Time.strftime.
It provides additional flags and conversions beyond C stdlib-like strftimes:
- padding flags, e.g.
%-m,%_m,%0e - case change flags, e.g.
%^A,%#b - field widths:
%03e,%3N,%9N - Ruby-specific conversions such as
%s,%N,%:z,%::z
It was developed for use with in Liquid and Gojekyll.
Install
go get gopkg.in/osteele/tuesday.v1 # latest snapshot
go get -u github.com/osteele/tuesday # development version
References
License
MIT License
On this page
Languages
Go98.7%Makefile1.3%
Contributors
MIT License
Created August 10, 2017
Updated February 26, 2026