Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 17095 invoked from network); 5 Sep 2006 00:40:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Sep 2006 00:40:31 -0000 Received: (qmail 25994 invoked by uid 500); 5 Sep 2006 00:40:30 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 25963 invoked by uid 500); 5 Sep 2006 00:40:30 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 25954 invoked by uid 99); 5 Sep 2006 00:40:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2006 17:40:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [68.142.198.211] (HELO smtp112.sbc.mail.mud.yahoo.com) (68.142.198.211) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 04 Sep 2006 17:40:28 -0700 Received: (qmail 961 invoked from network); 5 Sep 2006 00:40:07 -0000 Received: from unknown (HELO ?127.0.0.1?) (ddebrunner@sbcglobal.net@75.24.111.119 with plain) by smtp112.sbc.mail.mud.yahoo.com with SMTP; 5 Sep 2006 00:40:07 -0000 Message-ID: <44FCC746.2080605@apache.org> Date: Mon, 04 Sep 2006 17:39:34 -0700 From: Daniel John Debrunner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en, de MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: [jira] Commented: (DERBY-889) with client getTimestamp on a TIME column will print the date 1900-01-01 instead of the current date References: <27706864.1157297843496.JavaMail.jira@brutus> <44FC298C.9010303@Sun.COM> <44FC2B47.1000603@Sun.COM> In-Reply-To: <44FC2B47.1000603@Sun.COM> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Bernt M. Johnsen wrote: > BTW: What about client and server in different timezones? See http://db.apache.org/derby/papers/JDBCImplementation.html#Date+Handling When it talks about timezone of the virtual machine it means virtual machine of the client. Dan.