I have a IP geolocation service that returns the users estimated timezone in the format of -08:00
At first I tried to dump this number into Pytz, but that doesn't work. (I realize now that was a stupid idea.)
So how might I parse this number into a tzinfo object?