Changeset 56978 in vbox for trunk/src/VBox/Runtime/common/time
- Timestamp:
- Jul 18, 2015 6:55:25 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101690
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/time/time.cpp
r56290 r56978 707 707 } 708 708 cch = RTStrPrintf(psz, cb, 709 "%RI32-%02u-%02uT%02u:%02u:%02u.%09RU32%c%02 %02",709 "%RI32-%02u-%02uT%02u:%02u:%02u.%09RU32%c%02d%02d", 710 710 pTime->i32Year, pTime->u8Month, pTime->u8MonthDay, 711 711 pTime->u8Hour, pTime->u8Minute, pTime->u8Second, pTime->u32Nanosecond,
Note:
See TracChangeset
for help on using the changeset viewer.