I see the source code, and I doubt it's ADOdb's problem. Following is the flow to get the date in Testlink (1) Testlink has a class 'database' in 'lib/functions/database.class.php' and the function db_now() will return current date. (2) Inside db_now(), it will use ADOdb to get the date, like: $this...