mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fix spelling error.
This commit is contained in:
parent
800b0cfcba
commit
5ef9ab3b03
@ -18,7 +18,7 @@ date_default_timezone_set('America/New_York');
|
||||
* + st: standard time on the transition day 2010-11-07 03:16:55 EST
|
||||
* + post: the day after the transition day 2010-11-08 19:59:59 EST
|
||||
* + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
|
||||
* + stsec: standard time first secodn 2010-11-07 01:00:00 EST
|
||||
* + stsec: standard time first second 2010-11-07 01:00:00 EST
|
||||
*/
|
||||
echo "test_time_fall_type2_prev_type2_prev: ";
|
||||
$end = new DateTime('2010-11-06 18:38:28 EDT'); // prev, zt2
|
||||
|
@ -18,7 +18,7 @@ date_default_timezone_set('America/New_York');
|
||||
* + st: standard time on the transition day 2010-11-07 03:16:55 EST
|
||||
* + post: the day after the transition day 2010-11-08 19:59:59 EST
|
||||
* + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
|
||||
* + stsec: standard time first secodn 2010-11-07 01:00:00 EST
|
||||
* + stsec: standard time first second 2010-11-07 01:00:00 EST
|
||||
*/
|
||||
echo "test_time_fall_type2_prev_type3_prev: ";
|
||||
$end = new DateTime('2010-11-06 18:38:28'); // prev, zt3
|
||||
|
@ -18,7 +18,7 @@ date_default_timezone_set('America/New_York');
|
||||
* + st: standard time on the transition day 2010-11-07 03:16:55 EST
|
||||
* + post: the day after the transition day 2010-11-08 19:59:59 EST
|
||||
* + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
|
||||
* + stsec: standard time first secodn 2010-11-07 01:00:00 EST
|
||||
* + stsec: standard time first second 2010-11-07 01:00:00 EST
|
||||
*/
|
||||
echo "test_time_fall_type3_prev_type2_prev: ";
|
||||
$end = new DateTime('2010-11-06 18:38:28 EDT'); // prev, zt2
|
||||
|
@ -18,7 +18,7 @@ date_default_timezone_set('America/New_York');
|
||||
* + st: standard time on the transition day 2010-11-07 03:16:55
|
||||
* + post: the day after the transition day 2010-11-08 19:59:59
|
||||
* + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT, + TZ
|
||||
* + stsec: standard time first secodn 2010-11-07 01:00:00 EST, + TZ
|
||||
* + stsec: standard time first second 2010-11-07 01:00:00 EST, + TZ
|
||||
*/
|
||||
echo "test_time_fall_type3_prev_type3_prev: ";
|
||||
$end = new DateTime('2010-11-06 18:38:28'); // prev, zt3
|
||||
|
Loading…
Reference in New Issue
Block a user