Reported By: Olaf Kraschinski Reported On: 10/20/2004 For: Version 4.13 Build 1
# 1879GetServerUTCDateTime and GetRemoteUTCDateTime Methods Return Incorrect Values Under Kylix Result of function OSUTCDateTime in unit dbisamlb is hour+1 and min+1. Thats wrong. If min =59 exeption on illegal argument with Datetime-Coding (min+1).
The correct fragment of time-Encoding must be
EncodeTime((tm_hour), (tm_min), tm_sec, 0);
ResolutionFixed Problem on 10/21/2004 in version 4.14 build 1