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
On insert, and wherever else it's appropriate, allow the timestamp argument to be a datetime argument as well as a float. Maybe also support time and date objects. For more fun, accept a timedelta and use it to calculate a timestamp from datetime.utcnow.
The text was updated successfully, but these errors were encountered:
On
insert
, and wherever else it's appropriate, allow thetimestamp
argument to be adatetime
argument as well as a float. Maybe also supporttime
anddate
objects. For more fun, accept atimedelta
and use it to calculate a timestamp fromdatetime.utcnow
.The text was updated successfully, but these errors were encountered: