1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-28 17:01:28 +00:00

update preferred time description to mention UTC

This commit is contained in:
Andrew Dolgov
2012-02-01 15:52:09 +04:00
parent 6d490c4444
commit 6841e9d75f
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
begin;
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('DIGEST_PREFERRED_TIME', 2, '00:00', 'Try to send digests around specified time', 1, 'Uses server timezone');
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('DIGEST_PREFERRED_TIME', 2, '00:00', 'Try to send digests around specified time', 1, 'Uses UTC timezone');
update ttrss_version set schema_version = 89;