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

Function utcOffset

docs/app/js/sanddance-app.js:111383–111385  ·  view source on GitHub ↗
(unit, date, step)

Source from the content-addressed store, hash-verified

111381 return offset(timeInterval(unit), date, step);
111382}
111383function utcOffset(unit, date, step) {
111384 return offset(utcInterval(unit), date, step);
111385}
111386function sequence(ival, start, stop, step) {
111387 return ival ? ival.range(start, stop, step) : undefined;
111388}

Callers

nothing calls this directly

Calls 2

offsetFunction · 0.70
utcIntervalFunction · 0.70

Tested by

no test coverage detected