I'm working with unformatted values received via Google Sheets REST API. One of the columns is a timestamp which only reads as a single number. Looks neither like a Unix timestamp nor JS timestamp. For example, 2020-12-09T20:55:14+08:00
comes as 44174.87168438657
.
What is this format and how do I convert it to Unix timestamp or JS Date
?