Just noticed that genesyscloud_wfm_schedule_group fails with a 422 Unprocessable Entity when applying via Terraform v1.6. The error points to an invalid timezone offset in the start_time field. Using Australia/Sydney (UTC+11). The JSON payload looks valid against the schema. Is the Genesys Cloud API rejecting DST transitions during the current shift window? Running this from GitHub Actions. Any workarounds for timezone-sensitive WFM resources?