Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 5477a16

Browse files
committed
TZ change notification is a pita in v8, do not use it
1 parent 5d5f003 commit 5477a16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/DateObject.phpt

+3-3
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ V8\DateObject(V8\Value)->isSharedArrayBuffer(): bool(false)
187187
V8\DateObject(V8\Value)->isProxy(): bool(false)
188188

189189

190-
val: Wed Oct 21 2015 16:29:00 GMT+0000 (UTC)
190+
val: Wed Oct 21 2015 %s
191191
typeof val: object
192192

193193

@@ -198,13 +198,13 @@ Expected value is identical to actual value
198198

199199
Timezone change (with notification to v8):
200200
------------------------------------------
201-
val: Wed Oct 21 2015 09:29:00 GMT-0700 (PDT)
201+
val: Wed Oct 21 2015 %s
202202
typeof val: object
203203
Expected 1445444940000.0 value is identical to actual value 1445444940000.0
204204

205205

206206
Timezone change (without notification to v8):
207207
---------------------------------------------
208-
val: Wed Oct 21 2015 09:29:00 GMT-0700 (%sDT)
208+
val: Wed Oct 21 2015 %s
209209
typeof val: object
210210
Expected 1445444940000.0 value is identical to actual value 1445444940000.0

0 commit comments

Comments
 (0)