X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=demo%2Fvardemo.php;h=70436ff76178d618ff402a2c6595dd98808397a3;hb=537abd434045577958c4b3e2ce77f71358c3341c;hp=a47c22ed5bc162565ca9e862bfe744d57ef36a59;hpb=6722ee896b276590661096b59d42f511b9ad7163;p=plcapi.git diff --git a/demo/vardemo.php b/demo/vardemo.php index a47c22e..70436ff 100644 --- a/demo/vardemo.php +++ b/demo/vardemo.php @@ -84,7 +84,7 @@ print "Or in UTC, that is " . PhpXmlRpc\Helper\Date::iso8601Encode($t, 1) . "\n" $tb = PhpXmlRpc\Helper\Date::iso8601Decode($date); print "That is to say $date --> $tb\n"; print "Which comes out at " . PhpXmlRpc\Helper\Date::iso8601Encode($tb) . "\n"; -print "Which was the time in UTC at " . PhpXmlRpc\Helper\Date::iso8601Encode($date, 1) . "\n"; +print "Which was the time in UTC at " . PhpXmlRpc\Helper\Date::iso8601Encode($tb, 1) . "\n"; print "\n";