Best answer

daily weather to google sheet row - Cant see timestamp

  • 23 January 2021
  • 4 replies
  • 60 views

Userlevel 1

I just use zapier daily weather to google sheet row and cant see the timestamp of the row,  the only thing is Time column that look like long number “1611334800”.   How can i see timestamp for each row inserted from daily weather?

icon

Best answer by Troy Tessalone 23 January 2021, 21:13

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

4 replies

Userlevel 7
Badge +14

Hi @ronl 

Try changing the format of the column in GSheets to a Timestamp.

 

Userlevel 1

thanks,  i tried but not working.  see attached

look at the row…. it has only “time” column coming from zapier daily weather  and i cant translate it to date or time.

 

its very strange as i just follow the instructions, and cant have datetime for a row daily.  also other date/time columns are just long number.

 

any idea?

 

Userlevel 7
Badge +14

@ronl 

FYI: Those timestamp are in UNIX format.

Check out this help article for how to convert them using a Formatter step: https://zapier.com/help/doc/how-use-formatter-functions#converting-a-datetime-value-to-a-unix-epoch-timestamp

Change FROM this date/time format to your desired date/time format.

 

Userlevel 1

thanks , i solve it.

added sheets formula to the zapier field,  the forumla to translate UNIX timestamp to date is:  CELL VALUE / 86400+DATE(1970,1,1)+time(5,30,0)