MCPcopy Create free account
hub / github.com/csev/py4e / hasAlignedHourOffset

Function hasAlignedHourOffset

code/gmane/Chart.bundle.js:3229–3233  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

3227 }
3228
3229 function hasAlignedHourOffset (input) {
3230 input = input ? local__createLocal(input).utcOffset() : 0;
3231
3232 return (this.utcOffset() - input) % 60 === 0;
3233 }
3234
3235 function isDaylightSavingTime () {
3236 return (

Callers

nothing calls this directly

Calls 1

local__createLocalFunction · 0.85

Tested by

no test coverage detected