use GMT timestamp for dynamic update

Use real unix timestamps and do not rely on the system timezone. We now
query the "post_date_gmt" field and use timestamps without zone bias.
This commit is contained in:
2019-11-24 14:42:43 +01:00
parent 8103e78652
commit e201d7c02f
3 changed files with 24 additions and 6 deletions

View File

@@ -73,6 +73,10 @@ However the AJAX update will fetch the latest ticks and update cached tickers d
## Changelog
### 1.1.0 - unreleased
* Use GMT for automatic updates
### 1.0.0 - 2018-11-02
* Initial release