Citrix XenApp Troubleshooting Client Time Zone Issues
Summary When Client Time Zone (CTZ) is enabled, the client passes its time zone information (NOT the Clock time) to the server. The server obtains the clients time zone information (GMT, daylight saving, and so on) and compares it with its own time zone information. If it is different, the server stores the clients’ time zone information in the registry. When the server and client have the same time zone (both EST): HKey_Users<<User-SID>>SoftwareCitrixSessionTimeZone1 “UseRegTimeZone”=dword:00000000 When the server (EST) and client (PST) have different time zones: [HKEY_CURRENT_USERSoftwareCitrixSessionTimeZone1] "Display"="Pacific Standard Time" "Dlt"="Pacific Daylight Time" "TZI"=hex:e0,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00, 00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00 "UseRegTimeZone"=dword:00000001 A time zone hook is […]
Read more