php-src/ext/date/tests/bug28599.phpt

10 lines
221 B
Plaintext
Raw Normal View History

2004-11-23 09:40:07 +00:00
--TEST--
Bug #28599 (strtotime fails with zero base time)
--FILE--
<?php
date_default_timezone_set("Europe/Amsterdam");
2004-11-23 09:40:07 +00:00
print gmdate("d-m-Y H:i:s", strtotime("+30 minutes", 1100535573));
?>
--EXPECT--
15-11-2004 16:49:33