mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 01:02:11 +01:00
[test issue] Time Zone not set correctly #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hollyhuiLi on GitHub (Jun 25, 2019).
test case: ext/date/tests/bug33532.phpt
diff:
@@ -4,1 +4,1 @@
Should strftime==datestr? Strftime seems to assume GMT tStamp.
input 10:00:00 AM July 1 2005
+strftime 10:00:00 AM July 1 2005 Pacific Standard Time -0800
-strftime 10:00:00 AM July 1 2005 UTC +0000
@@ -9,1 +9,1 @@
Setting TZ
input 10:00:00 AM July 1 2005
+strftime 10:00:00 AM July 1 2005 Pacific Standard Time -0800
-strftime 10:00:00 AM July 1 2005 AEST +1000
-datestr 10:00:00 AM July 1 2005 AEST
@cmb69 commented on GitHub (Jun 25, 2019):
Hmm, this test is supposed to be skipped on Windows:
e18c60cd8d/ext/date/tests/bug33532.phpt (L8)Maybe #41 isn't sufficient for proper
--SKIPIF--support?@hollyhuiLi commented on GitHub (Jun 25, 2019):
Maybe, I did included #41 before I run the test with PFTT, I will double check tomorrow.
There are more tests related to SKIPIF not evaluated correctly, details in issue #47 and #48 .
@hollyhuiLi commented on GitHub (Aug 11, 2019):
closed by #57