Skip to content

Commit

Permalink
Mismatch in datetime lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
theseankelly committed Mar 12, 2019
1 parent c570ae5 commit 487ee98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hvacmon/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ def get_timestamp(t = None):
t = datetime.utcnow()

timestamp = t.replace(
tzinfo=None).isoformat(
"T", "microseconds")
tzinfo=None).isoformat()

return timestamp

0 comments on commit 487ee98

Please sign in to comment.