summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2019-03-02 00:52:47 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2019-03-02 00:52:47 +0100
commit2c82efa2bc7e223acf3cf67e0414c159dafc8db9 (patch)
tree056f4ba564a44b17158bfaa92dc12e86ff83118e
parent9d21bda648dc804b8a330ffd24439c823379bc14 (diff)
downloadcherrypy-git-2c82efa2bc7e223acf3cf67e0414c159dafc8db9.tar.gz
📝🚀🚑💄🔧💬 Update py2 retirement date in docs
As per: * https://pythonclock.org/ * https://github.com/python/devguide/pull/344
-rw-r--r--docs/_templates/python_2_eol.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/python_2_eol.html b/docs/_templates/python_2_eol.html
index 681c3980..b0f87888 100644
--- a/docs/_templates/python_2_eol.html
+++ b/docs/_templates/python_2_eol.html
@@ -80,7 +80,7 @@
<script src="//cdn.rawgit.com/icambron/moment-countdown/master/dist/moment-countdown.min.js"></script>
<script>
- var py2_death = moment('2020-04-12').toDate()
+ var py2_death = moment('2020-01-01').utc().toDate()
countdown(py2_death, update_time_left, ~(countdown.SECONDS | countdown.MILLISECONDS))