MCPcopy 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

formatMethod · 0.45
peg$computeLocationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected