What is the Date format of the retrieved tweets using streaming API?.
In the documentation it is written it is stored in UTC format, but I am currently running a program to collect tweets using streaming API, the retrieved tweets Created_At field currently showing the same date & time as my machine which is MST, I will need to join the collected tweets with other data for analysis using date and time, I the other data stored in UTC format so I need to make sure both dates are in same zone for my work to be correct.
Thanks
Hana