You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated time metadata to include UTC timezone.
Original implementation used utcnow(), which could
give different results if the time were ever
interpreted to be local time. See
https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow
* Updated send_event to optionally take a time, which
would be used for the metadata. Ideally, this will be
explicitly set.
#162
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,13 @@ Change Log
13
13
14
14
Unreleased
15
15
----------
16
+
Fixed
17
+
~~~~~
18
+
* Updated time metadata to include UTC timezone. The original implementation used utcnow(), which could give different results if the time were ever interpreted to be local time. See https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow
19
+
20
+
Changed
21
+
~~~~~~~
22
+
* Updated send_event with an optional time argument to be used as metadata.
0 commit comments