xref: /php-src/ext/date/tests/bug28599.phpt (revision bf23d8d2)
1--TEST--
2Bug #28599 (strtotime fails with zero base time)
3--FILE--
4<?php
5date_default_timezone_set("Europe/Amsterdam");
6print gmdate("d-m-Y H:i:s", strtotime("+30 minutes", 1100535573));
7?>
8--EXPECT--
915-11-2004 16:49:33
10