Fix too many NewSessionError when nodes are in different timezones
Using datetime objects was a bad idea anyway. Its extra accuracy for microseconds is lost because datime.utcnow() is slower than time.time().
Showing
Please register or sign in to comment