Changeset 79910 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jul 21, 2019 12:11:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
r79417 r79910 1044 1044 { 1045 1045 int vrc = RTTimeZoneGetCurrent(szTmp, sizeof(szTmp)); 1046 if (RT_SUCCESS(vrc)) 1046 if ( RT_SUCCESS(vrc) 1047 && strcmp(szTmp, "localtime") != 0 /* Typcial solaris TZ that isn't very helpful. */) 1047 1048 mStrTimeZone = szTmp; 1048 1049 else
Note:
See TracChangeset
for help on using the changeset viewer.