MCPcopy Create free account
hub / github.com/PolymathNetwork/polymath-core / addWeeks

Function addWeeks

test/x_scheduled_checkpoints.js:800–802  ·  view source on GitHub ↗
(timestamp, weeks)

Source from the content-addressed store, hash-verified

798}
799
800function addWeeks(timestamp, weeks) {
801 return addDays(timestamp, weeks * 7);
802}
803
804function addMonths(timestamp, months) {
805 let time = new Date(timestamp * 1000);

Callers 1

Calls 1

addDaysFunction · 0.85

Tested by

no test coverage detected