db_time_change function

Prototype
unsigned int db_time_change(
SQLCA * sqlca);
Description

sqlca   A pointer to a SQLCA structure. For information, see The SQL Communication Area (SQLCA).

This function permits clients to notify the server that the time has changed on the client. This function recalculates the time zone adjustment and sends it to the server. On Windows platforms, it is recommended that applications call this function when they receive the WM_TIMECHANGE message. This will make sure that UTC timestamps are consistent over time changes, time zone changes, or daylight savings time changeovers.

Returns TRUE if successful, and FALSE otherwise.