MCPcopy
hub / github.com/date-fns/date-fns / fiveMinutesLater

Function fiveMinutesLater

pkgs/core/src/_lib/test/tzOffsetTransitions.ts:55–57  ·  view source on GitHub ↗
(date: Date)

Source from the content-addressed store, hash-verified

53}
54
55function fiveMinutesLater(date: Date): Date {
56 return new Date(date.getTime() + 5 * MINUTE);
57}
58
59function oneDayLater(date: Date): Date {
60 const d = new Date(date);

Callers 1

getTzOffsetTransitionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected