Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/chartbrew/chartbrew
/ _onGetMachineTimezone
Function
_onGetMachineTimezone
client/src/containers/ProjectSettings.jsx:125–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
123
};
124
125
const _onGetMachineTimezone = () => {
126
const tz = Intl.DateTimeFormat().resolvedOptions().timeZone;
127
setProjectTimezone(tz);
128
};
129
130
const _canAccess = (role) => {
131
return canAccess(role, user.id, team.TeamRoles);
Callers
1
ProjectSettings
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected