Nathan Hoover
Results
2
issues of
Nathan Hoover
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...
Bug
Timezones
OS X
```from astral.sun import dawn, sunrise from astral import LocationInfo from zoneinfo import ZoneInfo from datetime import datetime # Here is a problematic location in Mongolia z = ZoneInfo('Asia/Ulaanbaatar') p =...