From: daurnimator Date: Wed, 18 May 2016 10:00:56 +0000 (+1000) Subject: README,rockspec: Fix typo (stftime => strftime) X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/ea80d24490413633ad3fb37a7369086692209804 README,rockspec: Fix typo (stftime => strftime) --- diff --git a/README.md b/README.md index ef29ccc..5ed0774 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Features include: - Normalisation of broken down date objects - allows for complex time/date manipulation logic e.g. "What day is it in 2 days, 5 hours from now?" - Conversion between locations (time zones) using your local [zoneinfo](https://www.iana.org/time-zones) database. - - `stftime` style formatting + - `strftime` style formatting [![Build Status](https://travis-ci.org/daurnimator/luatz.png)](https://travis-ci.org/daurnimator/luatz) diff --git a/luatz-scm-0.rockspec b/luatz-scm-0.rockspec index b1c8a41..262a570 100644 --- a/luatz-scm-0.rockspec +++ b/luatz-scm-0.rockspec @@ -10,7 +10,7 @@ description = { - Normalisation of broken down date objects - allows for complex time/date manipulation logic e.g. "what day is it in 2 days, 5 hours from now?" - Conversion between locations (time zones) using your local zoneinfo database. - - stftime style formatting + - strftime style formatting All operations are possible without C extensions, though if available they may be used to increase accuracy. ]] ;