russ- / pychallonge

Python bindings for the CHALLONGE! API
http://challonge.com/api
BSD 2-Clause "Simplified" License
49 stars 19 forks source link

Correct timezone in start_time #18

Closed SlavWolf closed 3 years ago

SlavWolf commented 3 years ago

What's the correct way of providing timezone for start_time? When I use: datetime.datetime(int(year), int(month), int(day), int(hours), int(minutes), 0, 0, tzinfo=pytz.timezone('Europe/London')) it defaults to -05.00 timezone anyway.

russ- commented 3 years ago

I am archiving this project since it has not been maintained in several years.

Please try using https://github.com/ZEDGR/pychallonge instead and, if you can still reproduce the problem, file a new issue there.