summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/tests/strings/bug65230.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/strings/bug65230.phpt b/ext/standard/tests/strings/bug65230.phpt
index ca2c3ca922..c707dd3691 100644
--- a/ext/standard/tests/strings/bug65230.phpt
+++ b/ext/standard/tests/strings/bug65230.phpt
@@ -21,7 +21,7 @@ function test($locale, $value)
printf(" sep: %s\n", $sep);
printf(" %%f: %f\n", $value);
printf(" %%F: %F\n", $value);
- printf("date: %s\n", strftime('%x'));
+ printf("date: %s\n", strftime('%x', mktime(0, 0, 0, 12, 5, 2014)));
printf("\n");
}