Updated the humanizeTimestamp function to properly handle string timestamps with the timezone in format ±hh:mm which is also ISO 8601-compliant
Reason for the change:
The python SDK returns activity.time as a datetime.datetime object in feed.get, when these objects are sent as part of a JSON API payload they get converted to an ISO string with timezone in format ±hh:mm
Updated the
humanizeTimestamp
function to properly handle string timestamps with the timezone in format±hh:mm
which is also ISO 8601-compliantReason for the change:
The python SDK returns
activity.time
as adatetime.datetime
object infeed.get
, when these objects are sent as part of a JSON API payload they get converted to an ISO string with timezone in format±hh:mm