diff options
author | 2019-06-07 19:19:36 +0200 | |
---|---|---|
committer | 2019-06-07 19:22:51 +0200 | |
commit | 946a99d3347d0e25c11bb57b563cd5daeaa0aa5b (patch) | |
tree | a6c0da7ed37e0f9eaf6797a8258fb657157ee86d /caches/SQLiteCache.php | |
parent | e2e0ced055c4a0ec59415ca00422b1db7fec68e9 (diff) | |
download | rss-bridge-946a99d3347d0e25c11bb57b563cd5daeaa0aa5b.tar.gz rss-bridge-946a99d3347d0e25c11bb57b563cd5daeaa0aa5b.tar.zst rss-bridge-946a99d3347d0e25c11bb57b563cd5daeaa0aa5b.zip |
config: Add [system] => 'timezone'
RSS-Bridge currently statically sets the timezone to UTC which can
result in incorrect timestamps if the server is hosted in another
region.
This commit adds a new configuration parameter to allow admins to
specify their own timezone for their servers. Invalid values will
result in an error message.
Example:
[system]
timezone = "UTC"
For compatibility reasons the default value is set to UTC.
This parameter accepts any of the supported timezones listed at
https://www.php.net/manual/en/timezones.php
Closes #956
References #1001
Diffstat (limited to 'caches/SQLiteCache.php')
0 files changed, 0 insertions, 0 deletions