What do you recommend on the client for restoring datetime objects from a JSON value (which can’t handle raw datetimes)?
On the client I ran:
for record in Tvst: record['t'] = datetime.strptime(record['t'], '%Y-%m-%d-%H:%M:%S.%f-%z').replace(tzinfo=None)
and got:
NotImplementedError: _strptime is not yet implemented in Skulpt