Hi all,
there is a bug in SmtpProt.pas (latest ics version just downloaded),
function Rfc822DateTime, line 2892 and 2907, FormatDateTime function.
Result := FormatDateTime('ddd, d mmm yyyy hh:mm:ss', t) +
' ' + TimeZoneBias
The time separator : should be put between double quotes, like this:
Result := FormatDateTime('ddd, d mmm yyyy hh":"mm":"ss', t) +
' ' + TimeZoneBias
Otherwise the system default time separator would be used (in italian
localization, default time separator is '.').
Regards
--
Marcello Vezzelli
Software Development Department
E-Works s.r.l.
tel. +39 059 2929081
fax +39 059 2925035
Direzionale 70 - Via Giardini 456/c
41100 Modena - Italy
web: http://www.e-works.it
meeting room: http://e-works.it/join/[EMAIL PROTECTED]
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be