I'm using TEE version 2.2.1.201504081514 and latest Toad for Mac (which I can't find a version number on). SQL Developer and Toad for Oracle work correctly. TEE/TMac do not. I am running OSX 10.10.2. I've confirmed my coworkers are seeing the same behavior in TEE on Windows 7. I am using Oracle version: Oracle Database 11g Release 11.2.0.4.0 - 64bit Production The easiest way to reproduce this is to run the following: In Toad for Mac: select sysdate, systimestamp from dual; This returned: 06/09/2015 13:53:57, 06/09/2015 14:04:18 GMT-04:00 Notice the minute and seconds do not match. In SQL Developer (a few minutes later): 06/09/2015 13:58:23, 06/09/2015 13:58:23 -04:00
↧