N
N. Dose
Does anyone know where the JRE gets its time zone info from? In the Sun JDK
1.4, there is a folder jre/lib/zi. Is this the public-domain tz database? If
so is there a way to find out what version of the db it is? Or a way to
access it? How does the JRE use these files?
The issue at hand is the following: we read time info from an Oracle
database via JDBC and via C++ - we need the datetime information to match up
exactly in both environments. Unfortunately we don't rely on Oracle to
handle/interpret our datetimes - this is all done via JDBC. So I need to
understand how JDBC interprets dates so that I can mimic this behavior in
C++.
1.4, there is a folder jre/lib/zi. Is this the public-domain tz database? If
so is there a way to find out what version of the db it is? Or a way to
access it? How does the JRE use these files?
The issue at hand is the following: we read time info from an Oracle
database via JDBC and via C++ - we need the datetime information to match up
exactly in both environments. Unfortunately we don't rely on Oracle to
handle/interpret our datetimes - this is all done via JDBC. So I need to
understand how JDBC interprets dates so that I can mimic this behavior in
C++.