for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
const GIGASECOND_IN_MS = 10 ** 12
export const gigasecond = (input) => new Date(input.getTime() + GIGASECOND_IN_MS)