You are not logged in.
Pages: 1
I found in SynCommons function:
function UnixMSTimePeriodToString(const UnixTime: TUnixTime; FirstTimeChar: AnsiChar='T'): RawUTF8;
The first parameter of this function should be of TUnixMSTime type and not of TUnixTime.
I know that these types are internally compatible, but in the future this may change and there will be trouble.
Offline
Indeed.
Please check https://synopse.info/fossil/info/d23fc91df6
Offline
Pages: 1