From owner-freebsd-java@FreeBSD.ORG Mon Apr 11 18:12:28 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1339916A4CE for ; Mon, 11 Apr 2005 18:12:28 +0000 (GMT) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA11743D53 for ; Mon, 11 Apr 2005 18:12:27 +0000 (GMT) (envelope-from truk@optonline.net) Received: from focus (ool-182e24b7.dyn.optonline.net [24.46.36.183]) by mta1.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with SMTP id <0IES00FCENXJRK@mta1.srv.hcvlny.cv.net> for freebsd-java@freebsd.org; Mon, 11 Apr 2005 14:12:55 -0400 (EDT) Date: Mon, 11 Apr 2005 14:10:34 -0400 From: Kurt Miller To: freebsd-java@freebsd.org Message-id: <012401c53ec1$c164b4e0$150110ac@focus> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Outlook Express 6.00.2900.2180 Content-type: text/plain; format=flowed; charset=iso-8859-1; reply-type=response Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <425AA4DA.8070103@borderware.com> <425AB46B.5040602@iang.org> Subject: Re: TimeZone Defaults X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2005 18:12:28 -0000 Is /etc/localtime a symlink? If it is, try copying the tz file to /etc/localtime instead. From: "Ian G" > Christy Pang wrote: > >> > date >> Tue Nov 11 22:22:55 MST 2003 >> > java tztest >> Mountain Standard Time > > > I see the same result, doesn't pick up the timezone, except mine prints: > > > $ java -cp . tztest > Greenwich Mean Time > > $ java -version > java version "1.4.2-p6" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-p6-toor_17_dec_2004_01_31) > Java HotSpot(TM) Client VM (build 1.4.2-p6-toor_17_dec_2004_01_31, mixed mode) > > $ uname -a > FreeBSD localhost 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 > root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > -- > News and views on what matters in finance+crypto: > http://financialcryptography.com/ > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"