GetUserDateTimePreferences
Looks up a user's date/time format and time zone preferences, ensuring consistent scheduling and display.
Input
| Name | Type | Description |
| UserID | String | The unique identifier (UserID) for the user whose date and time preferences are to be retrieved. |
Result Set Columns
| Name | Type | Description |
| Locale | String | The locale setting for the user, specifying the regional settings used for date, time, and number formats. |
| DateFormat | String | The date format preference for the user, specifying how dates are displayed (for example, MM/DD/YYYY). |
| GmtOffset | String | The user's GMT offset, indicating the difference between the user's local time zone and GMT. |
| Clock | String | The user's clock format preference, such as 12-hour or 24-hour format. |