Archive: how can change time zone & dataTime by nsis


how can change time zone & dataTime by nsis
how can get & set data-time And also time zone by calling Kernel32.dll?
set local time
get time zone
set time zone


You can find all win32 time-related functions here:
http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx


thanks i Could handle set time
ex.
System::Call '*(&i2 2012, &i2 12, &i2 5, &i2 22, &i2 2, &i2 54, &i2 20) i .r0'
System::Call 'kernel32::SetLocalTime(i r0) i.r0'

but for changing time zone can u help me