[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[[["`TimeZoneError.Reason` identifies reasons for an invalid timezone in Google Ad Manager."],["Possible reasons include an unsupported or incorrectly formatted timezone ID."],["Timezone IDs should be in tz database format (e.g., \"America/Los_Angeles\")."],["The `UNKNOWN` reason is used when the actual reason is not available in the requested API version."]]],["The core content details the `TimeZoneError` within a service, specifically highlighting its `Reason` enumeration. This error addresses issues with time zone handling. There are three reasons: `INVALID_TIMEZONE_ID`, when an unsupported ID is used; `TIMEZONE_ID_IN_WRONG_FORMAT`, when the ID is not in tz database format; and `UNKNOWN`, for unspecified issues. These reasons apply to various services including `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, `ProposalService`, and `UserService`.\n"]]