From ea80d24490413633ad3fb37a7369086692209804 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Wed, 18 May 2016 20:00:56 +1000 Subject: [PATCH] README,rockspec: Fix typo (stftime => strftime) --- README.md | 2 +- luatz-scm-0.rockspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. ]] ; -- 2.39.2