xref: /PHP-7.4/ext/date/tests/bug37368.phpt (revision a9e5e222)
1--TEST--
2Bug #37368 (Incorrect timestamp returned for strtotime()).
3--FILE--
4<?php
5date_default_timezone_set('UTC');
6echo date("r", strtotime("Mon, 08 May 2006 13:06:44 -0400 +30 days"));
7?>
8--EXPECT--
9Wed, 07 Jun 2006 17:06:44 +0000
10