Browse Source

Fixed ext/intl/tests/timezone_createDefault_basic.phpt

Timezone offsets can be negative
pull/242/head
Anatoliy Belsky 14 years ago
parent
commit
36fadde72c
  1. 10
      ext/intl/tests/timezone_createDefault_basic.phpt

10
ext/intl/tests/timezone_createDefault_basic.phpt

@ -18,14 +18,14 @@ IntlTimeZone Object
(
[valid] => 1
[id] => %s
[rawOffset] => %d
[currentOffset] => %d
[rawOffset] => %i
[currentOffset] => %i
)
IntlTimeZone Object
(
[valid] => 1
[id] => %s
[rawOffset] => %d
[currentOffset] => %d
[rawOffset] => %i
[currentOffset] => %i
)
==DONE==
==DONE==
Loading…
Cancel
Save