Transform a timestamp into a date and time format

Hi, I have a problem in transforming a timestamp in a date and time format.
I have this format:

image

I have used UNIX timestamp to date&time node but it does not work because I obtain:

image

How can I see the normal date YEAR-MONTH-DAY HOUR-MINUTE?
Thanks
Giad

Could it be that these are NANOSECONDS?

If you want more regarding Time and Date check out my collection:

2 Likes

Ok thanks, I have tried but I have an error:

image

Every date is on the year 1970. This is very strange because it should be related only to 31 of march (i take these data from BigQuery, table 20210331:

Thanks
Giad

probably a sample file would help

1 Like

@giad

The timestamps that you have are unix timestamps in microseconds (millionths of a second). So iirc, they are the number of microseconds since 1970/01/01 00:00.

image

Hope that helps.
Brian

5 Likes

Great, it works
Thanks!

Giad

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.