Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/agent0ai/agent-zero
/ getCurrentUserISOString
Function
getCurrentUserISOString
webui/js/time-utils.js:185–187 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
* @returns {string}
184
*/
185
export
function
getCurrentUserISOString() {
186
return
toUserISOString(
new
Date());
187
}
188
189
/**
190
* Get current user-local calendar date as YYYY-MM-DD.
Callers
10
bulkExportMemories
Function · 0.90
exportMemories
Function · 0.90
addFrontendToastOnly
Function · 0.90
buildBannersContext
Function · 0.90
_subscribe
Function · 0.90
addEntry
Function · 0.90
now
Function · 0.90
getDefaultBackupMetadata
Function · 0.90
buildFrontendContext
Function · 0.90
buildPayload
Method · 0.90
Calls
1
toUserISOString
Function · 0.85
Tested by
no test coverage detected