strftime()-like date/time formatter for Go
Find a file
2019-01-14 11:10:13 +01:00
src/w21.org/time updated e-mail address in copyright notices; README 2015-07-22 11:57:05 +02:00
.gitignore more steps towards standard buildability 2012-09-15 08:16:53 +02:00
godate.go updated e-mail address in copyright notices; README 2015-07-22 11:57:05 +02:00
README README: fix embarrassing wording bug 2019-01-14 11:10:13 +01:00

-*- text -*-

This is (the beginning of) a strftime(3)-like function in Go. The
ultimate goal would be POSIX conformance, but there is still some
way to go (pun not intended).

The basic conversion specifiers should work as specified in POSIX;
locales and modifiers (E, O, field width, plus, minus) are not yet
supported, but gracefully ignored.

Juergen Nickelsen <ni@w21.org> 2015-07-22