zcash-grant-system/frontend/client/utils/time.ts

3 lines
74 B
TypeScript

export const ONE_DAY = 60 * 60 * 24;
export const ONE_WEEK = ONE_DAY * 7;