Comment 0 for bug 1239387

Revision history for this message
Torbjörn Lönnemark (tobbez) wrote :

The documentation states that (astral.py:489):

The tuple should contain items in the following order
...
elevation 24
time zone name Europe/London
...

But the actual code expects those to values to be in the opposite order (astra.py:529):

                self.timezone = info[4]
                self.elevation = info[5]