package src;

import sun.util.calendar.ZoneInfoFile;

public class SimpleDateTest
{

    public SimpleDateTest()
    {
    }

    public static void main(String args[])
    {
        /* this work using native msvcrt.dll
	 * and fails with builtin
	 */
        ZoneInfoFile.getZoneInfo("Europe/Berlin");
    }
}
