|
1 |
| ---- |
2 |
| -order: 50 |
3 |
| -xref: ccm-faq |
4 |
| -title: FAQs |
5 |
| -description: FAQs on Chocolatey Central Management |
6 |
| ---- |
7 |
| -import Callout from '@choco/components/Callout.astro'; |
8 |
| -import Iframe from '@choco/components/Iframe.astro'; |
9 |
| -import Xref from '@components/Xref.astro'; |
10 |
| - |
11 |
| -## Timezone FAQs |
12 |
| - |
13 |
| -### Why Doesn't Chocolatey Central Management Have My Timezone? |
14 |
| - |
15 |
| -Chocolatey Central Management uses the Windows install of its host to determine if a timezone is valid. If Windows does not know of a timezone, then it will not be made available. |
16 |
| - |
17 |
| -Some examples of timezones that may not appear: |
18 |
| - |
19 |
| -* `Qyzylorda Standard Time` does not appear in Windows Server 2016 until you install Windows Update [5031362](https://support.microsoft.com/en-us/topic/october-10-2023-kb5031362-os-build-14393-6351-0c6e713e-3d6a-4593-8a75-af0a605f249c) or later. |
20 |
| -* `Yukon Standard Time` does not appear in Windows Server 2016 until you install Windows Update [5031362](https://support.microsoft.com/en-us/topic/october-10-2023-kb5031362-os-build-14393-6351-0c6e713e-3d6a-4593-8a75-af0a605f249c) or later. |
21 |
| -* `South Sudan Standard Time` does not appear in Windows Server 2016 until you install [5031362](https://support.microsoft.com/en-us/topic/october-10-2023-kb5031362-os-build-14393-6351-0c6e713e-3d6a-4593-8a75-af0a605f249c) or later. |
22 |
| - |
23 |
| -### Why Did I Get a Notification That My Chosen Timezone is Invalid? |
24 |
| - |
25 |
| -Starting in Chocolatey Central Management version 0.12.0, if the chosen timezone is detected to be invalid, we will set it back to the default timezone and alert you through a notification. If you are an Administrator, you may additionally receive a notification that the system timezone was invalid. |
26 |
| - |
27 |
| -#### User Account Timezone is Invalid |
28 |
| - |
29 |
| -If you received the below notification, then it means that the timezone used for your user account was invalid, and has been set back to the default system timezone. You can pick your own default by clicking the user menu in the top right and selecting `My Settings`. |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| -#### System Timezone is Invalid |
36 |
| - |
37 |
| -If you received the below notification, then it means that the system timezone was invalid, and has been set back to the default of `UTC`. You can adjust the default through the <Xref title="Settings page" value="ccm-administration-settings-general" />. |
38 |
| - |
39 |
| - |
| 1 | +--- |
| 2 | +order: 50 |
| 3 | +xref: ccm-faq |
| 4 | +title: FAQs |
| 5 | +description: FAQs on Chocolatey Central Management |
| 6 | +--- |
| 7 | +import Callout from '@choco/components/Callout.astro'; |
| 8 | +import Iframe from '@choco/components/Iframe.astro'; |
| 9 | +import Xref from '@components/Xref.astro'; |
| 10 | + |
| 11 | +## Timezone FAQs |
| 12 | + |
| 13 | +### Why Doesn't Chocolatey Central Management Have My Timezone? |
| 14 | + |
| 15 | +Chocolatey Central Management uses the Windows install of its host to determine if a timezone is valid. If Windows does not know of a timezone, then it will not be made available. |
| 16 | + |
| 17 | +Some examples of timezones that may not appear: |
| 18 | + |
| 19 | +* `Qyzylorda Standard Time` does not appear in Windows Server 2016 until you install Windows Update [5031362](https://support.microsoft.com/en-us/topic/october-10-2023-kb5031362-os-build-14393-6351-0c6e713e-3d6a-4593-8a75-af0a605f249c) or later. |
| 20 | +* `Yukon Standard Time` does not appear in Windows Server 2016 until you install Windows Update [5031362](https://support.microsoft.com/en-us/topic/october-10-2023-kb5031362-os-build-14393-6351-0c6e713e-3d6a-4593-8a75-af0a605f249c) or later. |
| 21 | +* `South Sudan Standard Time` does not appear in Windows Server 2016 until you install [5031362](https://support.microsoft.com/en-us/topic/october-10-2023-kb5031362-os-build-14393-6351-0c6e713e-3d6a-4593-8a75-af0a605f249c) or later. |
| 22 | + |
| 23 | +### Why Did I Get a Notification That My Chosen Timezone is Invalid? |
| 24 | + |
| 25 | +Starting in Chocolatey Central Management version 0.12.0, if the chosen timezone is detected to be invalid, we will set it back to the default timezone and alert you through a notification. If you are an Administrator, you may additionally receive a notification that the system timezone was invalid. |
| 26 | + |
| 27 | +#### User Account Timezone is Invalid |
| 28 | + |
| 29 | +If you received the below notification, then it means that the timezone used for your user account was invalid, and has been set back to the default system timezone. You can pick your own default by clicking the user menu in the top right and selecting **My Settings**. |
| 30 | + |
| 31 | +```markup |
| 32 | +The timezone specified in your user account was invalid and it has been set to UTC. |
| 33 | +``` |
| 34 | + |
| 35 | +#### System Timezone is Invalid |
| 36 | + |
| 37 | +If you received the below notification, then it means that the system timezone was invalid, and has been set back to the default of `UTC`. You can adjust the default through the <Xref title="Settings page" value="ccm-administration-settings-general" />. |
| 38 | + |
| 39 | +```markup |
| 40 | +The timezone specified on the 'General Settings' page was invalid and it has been set to UTC. |
| 41 | +``` |
0 commit comments