fix Readme error

This commit is contained in:
Sami Samhuri 2013-10-14 18:50:09 -07:00
parent 1633e4007c
commit 303667d059

View file

@ -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