--TEST-- SOAP_Type_dateTime test --FILE-- toUTC($orig); $ts1 = $dt->toUnixtime($orig); $ts2 = $dt->toUnixtime($utc); $b1 = $dt->toUTC(988216301); echo "$utc\n$ts1\n$ts2\n$b1"; ?> --EXPECT-- 2001-04-25T16:31:41Z 988216301 988216301 2001-04-25T16:31:41Z