export const getCurrentTimeInSeconds = (): number => Math.floor(Date.now() / 1000);