X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=db.php;h=39ab45c5c3b563aec2f7cf7d6c336522ee1cee11;hp=54f57066f2981b4b907c5fdc5b769defc68f9c00;hb=becb5e1267866b1fa858c08125fdba81003dfc65;hpb=014c31b6a22d4ab2f43eb58ed2acde02042c402b diff --git a/db.php b/db.php index 54f5706..39ab45c 100644 --- a/db.php +++ b/db.php @@ -609,7 +609,7 @@ function DB_get_user_timezone($userid) if($r) return $r[0]; else - return 0; + return "Europe/London"; } function DB_insert_comment($comment,$playid,$userid)