commit | 0cd2df75a2d7223b567c0eaa2547ce6c7d6a83f7 | [log] [tgz] |
---|---|---|
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | Thu Dec 04 21:34:52 2008 +0000 |
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | Thu Dec 04 21:34:52 2008 +0000 |
tree | ec1ea752936674862f150022b0c23eba9cc451f0 | |
parent | bb6834cfae238e342da966557d7d24423efe18ab [diff] |
Fix RTC initial date computation qemu_get_clock() returns a structure containing the time the user wants to be set (either UTC time, a local time, or a given date). Use mktimegm() instead of mktime() to convert it into POSIX time without taking the host timezone into account. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5878 c046a42c-6fe2-441c-8c8c-71466251a162