xref: /PHP-7.4/ext/date/tests/bug35887.phpt (revision 88268c6b)
1--TEST--
2Bug #35887 (wddx_deserialize not parsing dateTime fields properly)
3--FILE--
4<?php
5date_default_timezone_set("UTC");
6
7echo date(DATE_ISO8601, strtotime('2006-1-6T0:0:0-8:0')) . "\n";
8
9?>
10--EXPECT--
112006-01-06T08:00:00+0000
12