Skip to content

Commit

Permalink
Fix timezone
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
cruznunez and coderabbitai[bot] authored Nov 8, 2024
1 parent 5ba89df commit 0cebebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion city_scrapers/spiders/cinoh_Civil_Service.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class CinohCivilServiceSpider(CityScrapersSpider):
name = "cinoh_Civil_Service"
agency = "Cincinnati Civil Service Commission"
timezone = "America/Chicago"
timezone = "America/New_York"
committee_id = "A9HCN931D6BA"
custom_settings = {
"ROBOTSTXT_OBEY": False,
Expand Down

0 comments on commit 0cebebe

Please sign in to comment.