X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=demo%2Fvardemo.php;h=70436ff76178d618ff402a2c6595dd98808397a3;hb=a51c9f9fc82acc4d79f3c27e6dcad43721db5c02;hp=a47c22ed5bc162565ca9e862bfe744d57ef36a59;hpb=4687bd3e94face4294e942ef5ccc2dd0090f99ed;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";