Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemix/graph
/ offset
Method
offset
packages/graph/src/TemporalTypes.ts:413–415 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
411
}
412
413
public get offset(): number {
414
return
this.#offsetSeconds;
415
}
416
417
public get offsetMinutes(): number {
418
return
Math.floor(this.#offsetSeconds / 60);
Callers
2
format
Method · 0.45
peg$computeLocation
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected