Interessant.
Ich bin davon ausgegangen das man den auch immer explizit aufrufen müsste.
Wann wird der denn aufgerufen, sobald man die Klasse einmal anfasst, egal wo ?
Edit:
Delphi-Quellcode:
{ Specifies the local time zone. Use this property to obtain a TTimeZone instance that identifies
current user's time zone. }
class property Local: TTimeZone read FLocal;
Also der ttimeZone.Local hat keinen Getter der die class variable initialisieren könnte ...
Rollo