Delphi-Quellcode:
var t1: TDateTime;
t1 := StrToTime(TimeToStr(Now,FormatSettings), FormatSettings);
Den string denn mir
TimeToStr schreibt kann ich nicht in wieder mit StrToTime in TDateTime umwandeln.
das meine ich mit korrespondez problem.
mein FormatSettings sieht immer noch wie folgt aus:
Delphi-Quellcode:
GetLocaleFormatSettings(LOCALE_USER_DEFAULT, FormatSettings);
FormatSettings.TwoDigitYearCenturyWindow := 1;
FormatSettings.DateSeparator := '.';
FormatSettings.TimeSeparator := ':';
FormatSettings.ShortTimeFormat := 'hh:nn';
FormatSettings.LongTimeFormat := 'hh:nn:ss:zzz'; // <- hier steht doch, dass du es so interpretiert haben willst
FormatSettings.ShortDateFormat := '';
FormatSettings.LongDateFormat := '';