Convert UNIX timestamp to Excel date (in EST timezone)
=(((A1/60)/60)/24)+DATE(1970,1,1)+(-5/24) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
=(((A1/60)/60)/24)+DATE(1970,1,1)+(-5/24) |
This comment has been minimized.
Taken from http://spreadsheetpage.com/index.php/tip/converting_unix_timestamps/