Ignore:
Timestamp:
Jul 25, 2016, 5:37:39 PM (8 years ago)
Author:
chronos
Message:
  • Added: Remember last import date for import sources.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/UXMLUtils.pas

    r3 r52  
    9797      if Pos('Z', XMLDateTime) > 0 then
    9898        LeftCutString(XMLDateTime, Part, 'Z');
    99       SecondFraction := StrToFloat('0.' + Part);
     99      SecondFraction := StrToFloat('0' + DecimalSeparator + Part);
    100100      Millisecond := Trunc(SecondFraction * 1000);
    101101    end else begin
Note: See TracChangeset for help on using the changeset viewer.