export function getCurrentTime() {
  return Math.floor((new Date().getTime() / 1000));
}
