Unix Time is the number of seconds that have elapsed since Jan 1st, 1970 minus leap seconds. (One day = 86400 seconds) Learn more at https://en.wikipedia.org/wiki/Unix_time NEXT MILESTONE: 1800000000 Friday, 1/15/2027 @ 8:00:00 am UTC ^^ Convert to your own timezone if not listed below ^^ Friday, 1/15/2027 @ 12:00:00 am PST Friday, 1/15/2027 @ 1:00:00 am MST Friday, 1/15/2027 @ 2:00:00 am CST Friday, 1/15/2027 @ 3:00:00 am EST Unfortunately, it looks like the next milestone will be in the middle of the night for most Americans :( Calculations if anyone is interested: unixTime = floor((daysSince2000 + 10957) * 86400) where 10957 represents the number of days in between 1970 and 2000, and 86400 is the number of seconds in a day. #unixtime