MCPcopy Create free account
hub / github.com/microsoft/SandDance / utcOffset

Function utcOffset

docs/tests/v2/es6/js/sanddance.js:92324–92326  ·  view source on GitHub ↗
(unit, date, step)

Source from the content-addressed store, hash-verified

92322}
92323
92324function utcOffset(unit, date, step) {
92325 return offset(utcInterval(unit), date, step);
92326}
92327
92328function sequence(ival, start, stop, step) {
92329 return ival ? ival.range(start, stop, step) : undefined;

Callers

nothing calls this directly

Calls 2

offsetFunction · 0.70
utcIntervalFunction · 0.70

Tested by

no test coverage detected