MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / current_milli_time

Function current_milli_time

keepercommander/utils.py:170–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

prepare_recordFunction · 0.85
prepare_record_v3Function · 0.85
communicateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected