()
| 168 | |
| 169 | |
| 170 | def current_milli_time(): # type: () -> int |
| 171 | return int(round(time.time() * 1000)) |
| 172 | |
| 173 | |
| 174 | def millis_to_datetime(millis, tz=None): # type: (Union[int, float], datetime.timezone) -> Optional[datetime.datetime] |
no outgoing calls
no test coverage detected