Skip to content

Commit

Permalink
Use precise timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Feb 11, 2024
1 parent 6b7826f commit d5bb566
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ async def _get_pw_weather(self):
+ "?units="
+ self.requested_units
+ "&extend=hourly"
+ "&tz=precise"
)

async with aiohttp.ClientSession(raise_for_status=True) as session, session.get(
Expand Down

0 comments on commit d5bb566

Please sign in to comment.