Skip to content

Commit

Permalink
Merge pull request #54 from ParkenDD/freiburg-timezone
Browse files Browse the repository at this point in the history
Fix Freiburg timezone
  • Loading branch information
the-infinity committed Jun 9, 2024
2 parents 99a2dfa + a0ac3da commit f75d9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parkapi_sources/converters/freiburg/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class FreiburgPropertiesInput:
obs_max: int = IntegerValidator(allow_strings=True)
obs_free: int = IntegerValidator(allow_strings=True)
obs_ts: datetime = SpacedDateTimeValidator(
local_timezone=ZoneInfo('America/Los_Angeles'),
local_timezone=ZoneInfo('Europe/Berlin'),
target_timezone=timezone.utc,
)
park_name: str = StringValidator()
Expand Down

0 comments on commit f75d9bb

Please sign in to comment.