Skip to content

Commit

Permalink
change timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
alfenn committed Jun 1, 2022
1 parent a14821b commit 91cf8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion city_scrapers/spiders/cuya_mental_health_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class CuyaMentalHealthResponseSpider(CityScrapersSpider):
name = "cuya_mental_health_response"
agency = "Mental Health Response Advisory Committee"
timezone = "America/Chicago"
timezone = "America/Detroit"
start_urls = [
"https://www.adamhscc.org/about-us/current-initiatives/task-forces-and-coalitions/mental-health-response-advisory-committee-mhrac" # noqa
]
Expand Down

0 comments on commit 91cf8e9

Please sign in to comment.