mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
Added a failing test for #39 (Bug when specify partial hour timezone)
This commit is contained in:
parent
90ec02de2c
commit
eedbb8b701
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ assert.formatTZ('%F %r %z', '2011-06-07 08:51:45 PM +0200', 120)
|
|||
assert.formatTZ('%F %r %z', '2011-06-07 08:51:45 PM +0200', '+0200')
|
||||
assert.formatTZ('%F %r %z', '2011-06-07 11:51:45 AM -0700', -420)
|
||||
assert.formatTZ('%F %r %z', '2011-06-07 11:51:45 AM -0700', '-0700')
|
||||
assert.formatTZ('%F %r %z', '2011-06-07 11:21:45 AM -0730', '-0730')
|
||||
ok('Time zone offset')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue