hristonev / sportmonks-client-bundle

Easily talk to an SportMonks API in PHP
MIT License
14 stars 7 forks source link

Setting timezone #11

Open atxvisions opened 5 years ago

atxvisions commented 5 years ago

Hi,

I was trying to set the timezone to something different but couldnt find where todo this for the API. Any way i could set this within initializing of the API?

hristonev commented 5 years ago

I do not understand the problem. API supports dates YYYY-MM-DD no timezone included. So you must request UTC. If you work in different than UTC timezone need to convert it. I'm personaly prefer to work with original data in backend and conversion in frontend.