thanks for your kind words
this is my GMT offset code
GetTimeZoneInformation(TZinfo);
case GetTimeZoneInformation(TZInfo) of
TIME_ZONE_ID_STANDARD: GMToffset:=TZInfo.StandardBias;
TIME_ZONE_ID_DAYLIGHT: GMToffset:=TZInfo.DaylightBias;
else GMToffset := 0;
end;
GMToffset:=-(TZinfo.bias+GMToffset)/(24*60);
it works well in Italy
does someone see something wrong in it?
well in 0.9.4.12 i disabled it to make a test, but i re-enable it in 0.9.4.13