Commit 30eb5c73 by Eugene Archibald

Fixed (broken) tab to (correct) spaces for indentation

parent 145c0b8b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment