Eine
deutsche Zeit ist mir nicht bekannt, eine
Mitteleuropäische Zeit bzw.
Mitteleuropäische Sommerzeit schon eher
Theoretisch sollte es möglich sein mit
TTimeZone.ID bzw.
TTimeZone.Abbreviation einen eindeutigen Hinweis auf die aktuelle Zeitzone zu bekommen, da die Kommentare das vermuten lassen:
Delphi-Quellcode:
{ Retunrs the time zone identification string. }
property ID: string read DoGetID;
{ Specifies the display name (localized if possible) of this time zone. }
property DisplayName: string read GetDisplayNameForNow;
{ Current time zone's abbreviation. Non-localized, always specified, and has the form: GMT[+|-HH[:MM]]. }
property Abbreviation: string read GetAbbreviationForNow;
nur das die
ID
eben nicht so ganz identifizierend ist (ich kann mir nicht vorstellen, dass auf einem
OS mit Timbuktu-Sprache da auch ein "
Mitteleuropäische Zeit" herauskommen würde).
Aktuell gibt es bei mir:
Code:
ID ..........: Mitteleuropäische Zeit
DisplayName .: Mitteleuropäische Zeit
Abbreviation : GMT+01
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ea 0a 4c 14 0d b6 3a a4 c1 c5 b9
dc 90 9d f0 e9 de 13 da 60)