Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ get_current_millis
Function
get_current_millis
src/utils/date_utils.py:12–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
12
def
get_current_millis():
13
return
int(round(time.time() * 1000))
14
15
16
def
to_millis(datetime):
Callers
3
prepare_new_folder
Method · 0.90
test_get_history_entries_when_one
Method · 0.90
start_logging
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_get_history_entries_when_one
Method · 0.72