VirtualBox

Changeset 36168 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Mar 4, 2011 12:41:50 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70359
Message:

Main: a few more time format fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r36165 r36168  
    61366136
    61376137    strStateFilePath += RTPATH_DELIMITER;
    6138     strStateFilePath += Utf8StrFmt("%04ld-%02u-%02uT%02u-%02u-%02u-%09uZ.sav",
    6139                                    time.i32Year,
    6140                                    time.u8Month,
    6141                                    time.u8MonthDay,
    6142                                    time.u8Hour,
    6143                                    time.u8Minute,
    6144                                    time.u8Second,
    6145                                    time.u32Nanosecond);
     6138    strStateFilePath += Utf8StrFmt("%04d-%02u-%02uT%02u-%02u-%02u-%09uZ.sav",
     6139                                   time.i32Year, time.u8Month, time.u8MonthDay,
     6140                                   time.u8Hour, time.u8Minute, time.u8Second, time.u32Nanosecond);
    61466141}
    61476142
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette