News

from datetime import datetime # current date and time now = datetime.now() # convert from datetime to timestamp # with miliseconds such as: 23345435346.122343 ts_ms ...
Currently, you can get OSError on some platforms (specifically observed on Windows 2019 with Python 3.9, but from the code/docs seems to still be relevant) for trying ...