Skip to content

Commit

Permalink
Fix Freiburg timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
the-infinity committed Jun 7, 2024
1 parent 1f23428 commit a0ac3da
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 a0ac3da

Please sign in to comment.