Registriert seit: 27. Apr 2005
Ort: Görlitz
1.358 Beiträge
Delphi XE2 Professional
|
Re: Abweichung von UTC bekommen
24. Mai 2007, 11:42
Z.B. so:
Delphi-Quellcode:
var
tzi : TTimeZoneInformation;
begin
GetTimeZoneInformation(tzi);
MessageDlg(intToStr(tzi.Bias), mtWarning, [mbOK], 0);
end;
Benjamin Schwarze If I have seen further it is by standing on the shoulders of Giants. (Isaac Newton)
|