summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2015-12-05 21:57:51 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2015-12-05 21:57:51 +0200
commit6b33d516f7868517a2683536280a6737447a5a89 (patch)
tree5a8e73206e7503ab78f5f8665f51f8fbf2db56cf /docs
parent386d1194220d0dbd5eeff66e960fb7c1d19693ec (diff)
downloadapscheduler-6b33d516f7868517a2683536280a6737447a5a89.tar.gz
Fixed timezone in debug logging when displaying the next wakeup time
Diffstat (limited to 'docs')
-rw-r--r--docs/versionhistory.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index f96a78b..83aae95 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -10,6 +10,13 @@ APScheduler, see the :doc:`migration section <migration>`.
* Added RethinkDB job store (contributed by Allen Sanabria)
+3.0.5
+-----
+
+* Fixed debug logging displaying the next wakeup time in the UTC timezone instead of the
+ scheduler's configured timezone
+
+
3.0.4
-----