You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw another topic related to timezone and you said there that now every date is considering account twitter timezone.
I'm trying to pull data using break by DAY and I get this error.
Expect time to be midnight in the account's local timezone for day granularity [parameter] => ) )
I'm using your example code just changed from AnalyticsFields::GRANULARITY => Enumerations::GRANULARITY_TOTAL to AnalyticsFields::GRANULARITY => Enumerations::GRANULARITY_DAY.
Any idea how I could fix this?
Thanks a lot for the library it is very usefull
The text was updated successfully, but these errors were encountered:
Hi,
I saw another topic related to timezone and you said there that now every date is considering account twitter timezone.
I'm trying to pull data using break by DAY and I get this error.
Expect time to be midnight in the account's local timezone for day granularity [parameter] => ) )
I'm using your example code just changed from AnalyticsFields::GRANULARITY => Enumerations::GRANULARITY_TOTAL to AnalyticsFields::GRANULARITY => Enumerations::GRANULARITY_DAY.
Any idea how I could fix this?
Thanks a lot for the library it is very usefull
The text was updated successfully, but these errors were encountered: