(ival, date, step)
| 111375 | return utcIntervals[unit]; |
| 111376 | } |
| 111377 | function offset(ival, date, step) { |
| 111378 | return ival ? ival.offset(date, step) : undefined; |
| 111379 | } |
| 111380 | function timeOffset(unit, date, step) { |
| 111381 | return offset(timeInterval(unit), date, step); |
| 111382 | } |
no test coverage detected