classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] TimeZone strings


From: Sven de Marothy
Subject: [cp-patches] TimeZone strings
Date: Mon, 16 May 2005 01:46:44 +0200

This reimplements the getDefaultTimeZone method of java.util.TimeZone.
It could probably be done in less code. I'm lame though.

Now it can parse the syntax of the glibc/POSIX TZ string:
http://theory.uwinnipeg.ca/gnu/glibc/libc_303.html

Which is good for systems which still use that old way of specifiying
timezones.

2005-05-16  Sven de Marothy  <address@hidden>
        * java/util/TimeZone (getDefaultTimeZone): Reimplemented.
        (parseTime, getDateParams): New private methods.

Attachment: tz.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]