summaryrefslogtreecommitdiff
path: root/docs/versionhistory.rst
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2016-05-06 10:09:25 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-05-06 10:09:42 +0300
commit7ef878c6b4504727b5640e9c66f07dc40ed9249a (patch)
tree8cbd7b0c03df3fb1dddc979c120f86120e5403a5 /docs/versionhistory.rst
parenta07a71b58ae996844faf0db0f0bc4cecadc5573a (diff)
downloadapscheduler-7ef878c6b4504727b5640e9c66f07dc40ed9249a.tar.gz
Fixed incorrect DateTrigger run time with run_date=None and a non-local timezone
Fixes #133
Diffstat (limited to 'docs/versionhistory.rst')
-rw-r--r--docs/versionhistory.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index e85a9a5..a99615c 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -16,6 +16,8 @@ APScheduler, see the :doc:`migration section <migration>`.
* Fixed some events missing from ``apscheduler.events.__all__`` and
``apscheduler.events.EVENTS_ALL``
+* Fixed wrong run time being set for date trigger when the timezone isn't the same as the local one
+
3.1.0
-----