Skip to content

Commit

Permalink
Fix #42
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Colpaert committed Aug 13, 2015
1 parent 3998f84 commit 750b03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/output/Xml.php
Expand Up @@ -132,7 +132,7 @@ function endRootElement($name){
* @return bool|string
*/
function iso8601($unixtime){
return date("Y-m-d\TH:i:s\Z", $unixtime);
return date("Y-m-d\TH:i:s", $unixtime);
}

};

0 comments on commit 750b03f

Please sign in to comment.