From 303667d059974b4e3c0c429024c85fb2d884de74 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 14 Oct 2013 18:50:09 -0700 Subject: [PATCH] fix Readme error --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 6cecbab..e8a8083 100644 --- a/Readme.md +++ b/Readme.md @@ -50,7 +50,7 @@ Time zones can be passed in as an offset from GMT in minutes. var strftimeTZ = require('strftime').strftimeTZ console.log(strftimeTZ('%B %d, %y %H:%M:%S', new Date(1307472705067), -420)) // => June 07, 11 11:51:45 - console.log(strftimeTZ('%F %T', new Date(1307472705067), 120)) // => 2011-06-07 11:51:45 + console.log(strftimeTZ('%F %T', new Date(1307472705067), 120)) // => 2011-06-07 20:51:45 Supported Specifiers