1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

fix some minor typos and stuff

This commit is contained in:
Andrew Dolgov
2015-06-07 18:41:18 +03:00
parent ca5d39e866
commit 415a3b50c9
5 changed files with 8 additions and 19 deletions

View File

@@ -88,6 +88,7 @@ class Db_PDO implements IDb {
$this->query("set client_encoding = 'UTF-8'");
$this->query("set datestyle = 'ISO, european'");
$this->query("set TIME ZONE 0");
return;
case "mysql":
$this->query("SET time_zone = '+0:0'");
return;