date (datetime or a pandas series of datetimes): date and time to find sunlight phases of. Datetime must be in UTC.
This comment made me use datetime.utcnow() incorrectly.
And actually need to pass the local time like in your example code using datetime.now()