Hi
I have setup a web hook to my own server, and works well. I pick out the “received_at” JSON field to get the date and time. Is the date/time in GMT format, if not how to I find the GMT offset within the JSON packet.
Many thanks
Scott
Hi
I have setup a web hook to my own server, and works well. I pick out the “received_at” JSON field to get the date and time. Is the date/time in GMT format, if not how to I find the GMT offset within the JSON packet.
Many thanks
Scott
It is actually UTC - hence the Z at the end.
So it’s always GMT which is UMT because we invented time
Thats great, all our database records are in gmt, so works well
Many Thanks
Scott