mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed (broken) tab to (correct) spaces for indentation
This commit is contained in:
parent
145c0b8be1
commit
30eb5c7342
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ class Facts(object):
|
|||
self.facts['date_time']['iso8601_micro'] = now.utcnow().strftime("%Y-%m-%dT%H:%M:%S.%fZ")
|
||||
self.facts['date_time']['iso8601'] = now.utcnow().strftime("%Y-%m-%dT%H:%M:%SZ")
|
||||
self.facts['date_time']['tz'] = time.strftime("%Z")
|
||||
self.facts['date_time']['tz_offset'] = time.strftime("%z")
|
||||
self.facts['date_time']['tz_offset'] = time.strftime("%z")
|
||||
|
||||
|
||||
# User
|
||||
|
|
Loading…
Reference in a new issue