Home > other >  A Decimal String Style of Datestamp from an Airtable to a Correct and True DateStamp in a Big Query
A Decimal String Style of Datestamp from an Airtable to a Correct and True DateStamp in a Big Query

Time:12-20

In Airtable the DateTime Data is correct but if you upload it in the Big Query, it will transform into a Decimal String Style of Numbers. See the table below:

Date True Date
44493.61666667 2021-10-24T14:48:00
44522.775 2021-11-22T18:36:00
44493.67916666667 2021-10-24T16:18:00
44522.739583333336 2021-11-22T17:45:00

This is the problem I have encountered. Assuming the table name is Airtable. Can you give a suggested query to convert it into the correct and true timestamp? Actually, I post it also enter image description here

  • Related