Skip to content

Commit

Permalink
make StatusTIM.Timezone accept str/int
Browse files Browse the repository at this point in the history
  • Loading branch information
jziolkowski committed Jan 14, 2024
1 parent f114fb2 commit 26f5745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdmgr/schemas/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class StatusTIMSchema(BaseModel):
Local: str
StartDST: str
EndDST: str
Timezone: str
Timezone: Union[str, int]
Sunrise: Optional[str] = None
Sunset: Optional[str] = None

Expand Down

0 comments on commit 26f5745

Please sign in to comment.