tnx to m1geo
This commit is contained in:
Kim Huebel 2018-04-04 19:06:19 +00:00
parent 9cb475cadd
commit 177d66f811
2 changed files with 22 additions and 20 deletions

View file

@ -113,9 +113,11 @@ function showLapTime($func) {
}
function convertTimezone($timestamp) {
try {
$date = new DateTime($timestamp);
$date->setTimezone(new DateTimeZone(TIMEZONE));
return $date->format('Y-m-d H:i:s');
} catch (Exception $err) {}
}
function encode($hex) {

View file

@ -1,3 +1,3 @@
<?php
define("VERSION", "20180404-1 (".getGitVersion().")");
define("VERSION", "20180404-2 (".getGitVersion().")");
?>