Changeset 48895 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 4, 2013 7:04:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/time/time.cpp
r48835 r48895 859 859 if (*pszString == 'Z') 860 860 { 861 *pszString++;861 pszString++; 862 862 pTime->fFlags &= ~RTTIME_FLAGS_TYPE_MASK; 863 863 pTime->fFlags |= ~RTTIME_FLAGS_TYPE_UTC;
Note:
See TracChangeset
for help on using the changeset viewer.