]> git.wh0rd.org - tt-rss.git/commit - prefs.php
implement per-user timezone support; store dates in UTC internally (closes #254)
authorAndrew Dolgov <fox@fakecake.org>
Sun, 7 Nov 2010 15:14:48 +0000 (18:14 +0300)
committerAndrew Dolgov <fox@fakecake.org>
Sun, 7 Nov 2010 15:14:48 +0000 (18:14 +0300)
commit324944f3329b99e527f12c65e4a0e1358e8f180a
tree37b098fa9a066e3dbb0d74584a571fabb749e092
parentf3f67c1b53d2d93486fc3c57253b8af4d5e7a0c7
implement per-user timezone support; store dates in UTC internally (closes #254)
14 files changed:
functions.php
lib/timezones.txt [new file with mode: 0644]
mobile/classic/functions.php
mobile/functions.php
modules/pref-feeds.php
modules/pref-prefs.php
modules/pref-users.php
prefs.php
sanity_check.php
schema/ttrss_schema_mysql.sql
schema/ttrss_schema_pgsql.sql
schema/versions/mysql/68.sql [new file with mode: 0644]
schema/versions/pgsql/68.sql [new file with mode: 0644]
tt-rss.php