Convert between Unix timestamps and human-readable dates
Date.now()
new Date().getTime()
new Date().getTime() / 1000 | 0
new Date(timestamp * 1000)