Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ now
Method
now
frontend/src/utils/time.ts:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
static now(): Time {
31
return
new
Time(Date.now() as Milliseconds);
32
}
33
34
private constructor(ms: Milliseconds) {
35
this.ms = ms;
Callers
15
state.ts
File · 0.45
state.test.ts
File · 0.45
groupChatsByDate
Function · 0.45
createNewThread
Function · 0.45
addSession
Function · 0.45
updateSessionLastUsed
Function · 0.45
updateSessionExternalAgentSessionId
Function · 0.45
CellStatusComponent
Function · 0.45
createOutput
Function · 0.45
startSpan
Method · 0.45
endSpan
Method · 0.45
getImageDataUrlForCell
Function · 0.45
Calls
no outgoing calls
Tested by
14
createOutput
Function · 0.36
createOutput
Function · 0.36
waitForCondition
Function · 0.36
waitForNoError
Function · 0.36
test_update_with_latest_version
Function · 0.36
test_update_with_within_the_same_day
Function · 0.36
test_date_chart_builder_get_date_format
Function · 0.36
test_list_entries
Method · 0.36
test_list_entries_skips_zero_byte_folder_marker
Method · 0.36
test_list_entries_returns_next_page_token
Method · 0.36
test_save_with_header
Function · 0.36
test_datetime
Function · 0.36