Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
55
function
fiveMinutesLater(date: Date): Date {
56
return
new
Date(date.getTime() + 5 * MINUTE);
57
}
58
59
function
oneDayLater(date: Date): Date {
60
const
d =
new
Date(date);
Callers
1
getTzOffsetTransitions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected