Skip to content

Commit

Permalink
Merge pull request #2198 from bdrung/tzdata
Browse files Browse the repository at this point in the history
test: Update legacy timezone US/Central to America/Chicago
  • Loading branch information
lafrech committed Oct 19, 2023
2 parents 170dc70 + 63a4bab commit 27294ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from marshmallow import Schema, fields, post_load, validate, missing
from marshmallow.exceptions import ValidationError

central = pytz.timezone("US/Central")
central = pytz.timezone("America/Chicago")


class GenderEnum(IntEnum):
Expand Down

0 comments on commit 27294ef

Please sign in to comment.