Skip to content

Commit

Permalink
Merge pull request #48 from zoriana2021/um-796
Browse files Browse the repository at this point in the history
[UM-796] - Use UTC timezone
  • Loading branch information
zoriana2021 authored Nov 16, 2022
2 parents ca76ccd + 8a3d26d commit 7e93111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panoply/constants.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "3.1.0"
__version__ = "3.1.1"
__package_name__ = "panoply-python-sdk"
2 changes: 1 addition & 1 deletion panoply/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ def normalize_data(data):


def get_iso_string() -> str:
now = datetime.now()
now = datetime.utcnow()
return f"{now.isoformat(timespec='milliseconds')}Z"

0 comments on commit 7e93111

Please sign in to comment.