update documentation link to python 3 (#70509)

update the docs link for strftime on the filters page to point to the python3 docs
pull/70576/head
FloMiau 4 years ago committed by GitHub
parent 64c2cb273f
commit f7db428375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1602,7 +1602,7 @@ To format a date using a string (like with the shell date command), use the "str
{{ '%Y-%m-%d' | strftime(0) }} # => 1970-01-01
{{ '%Y-%m-%d' | strftime(1441357287) }} # => 2015-09-04
.. note:: To get all string possibilities, check https://docs.python.org/2/library/time.html#time.strftime
.. note:: To get all string possibilities, check https://docs.python.org/3/library/time.html#time.strftime
Getting Kubernetes resource names
=================================

Loading…
Cancel
Save