Doc: What's it do, anyway?
Posted by: David Tonhofer
Date: October 06, 2004 02:14PM

Oops, I'm too stupid.

Here is the documentation update

In the Connector's URL, pass:

conversionCalendar=CLIENT
--> the client's calendar is used to interprete the timestamps passed over the wire

conversionCalendar=SERVER
--> the server's calendar is used to interprete the timestamps passed over the wire
(it can be overriden by additionally setting serverTimezone, which is current behaviour)

conversionCalendar=<tz>
--> it uses the GregorianCalendar in the given TZ to interprete the timestamps passed over the wire

If you write nothing, then the CLIENT is assumed (current behaviour)

In particular:
--------------

conversionCalendar=UTC --> all the values read and written are now in UTC

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.