from time import time def cur_timestamp_ms(): return int((time() * 1000))