Query builder reference: https://ga-dev-tools.appspot.com/query-explorer/
Metrics: ga:entrances
Dimensions: ga:dimension3
, ga:dimension4
, ga:dimension5
, ga:date
, ga:channelGrouping
My timestamp is dimension3. I got this timestamp 2017-05-31T00:02:24-06:00
and then my date is May 30, 2017
I already tried doing UNIX_TIMESTAMP() in mysql and strtotime in php and then do date('M d, Y - H:i:s', $timestamp)
i thought the time will be deducted by -6 hours but the result is the same. I think there is something going on with T00:02:24-06:00
.
Why is there 1 day difference of timestamp and date dimension? Why is this happening?