summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2020-08-17 13:46:49 -0500
committerGitHub <noreply@github.com>2020-08-17 13:46:49 -0500
commit6289570234ff924a057e8d89ec00606e0ecca0f6 (patch)
treea31bd7bfa79426963415a77b6b7c6983c8f3ebd1 /changelogs
parent9da880182be89a7fdbea3b5424da501542eba4c9 (diff)
downloadansible-6289570234ff924a057e8d89ec00606e0ecca0f6.tar.gz
epoch can be a float with strftime filter. Fixes #71257 (#71314)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/71257-strftime-float.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/71257-strftime-float.yml b/changelogs/fragments/71257-strftime-float.yml
new file mode 100644
index 0000000000..d5e3bf46fa
--- /dev/null
+++ b/changelogs/fragments/71257-strftime-float.yml
@@ -0,0 +1,3 @@
+bugfixes:
+- strftime filter - Input epoch is allowed to be a float
+ (https://github.com/ansible/ansible/issues/71257)