bug45081.phpt 255 B

123456789101112131415
  1. --TEST--
  2. Bug #45081 (strtotime incorrectly interprets SGT time zone)
  3. --INI--
  4. date.timezone=Asia/Singapore
  5. --FILE--
  6. <?php
  7. print strtotime('2008-05-23 00:00:00 +08');
  8. print "\n";
  9. print strtotime('2008-05-23 00:00:00');
  10. ?>
  11. --EXPECT--
  12. 1211472000
  13. 1211472000