source: AE/Setup/Windows/JRE/lib/calendars.properties

Last change on this file was 818, checked in by alloc, 12 years ago

AEI2 Setup Win

File size: 1.2 KB
RevLine 
[818]1#
2# @(#)calendars.properties 1.3 10/03/23
3#
4# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
5# ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6#
7
8#
9# Japanese imperial calendar
10#
11# Meiji since 1868-01-01 00:00:00 local time (Gregorian)
12# Taisho since 1912-07-30 00:00:00 local time (Gregorian)
13# Showa since 1926-12-25 00:00:00 local time (Gregorian)
14# Heisei since 1989-01-08 00:00:00 local time (Gregorian)
15calendar.japanese.type: LocalGregorianCalendar
16calendar.japanese.eras: \
17 name=Meiji,abbr=M,since=-3218832000000; \
18 name=Taisho,abbr=T,since=-1812153600000; \
19 name=Showa,abbr=S,since=-1357603200000; \
20 name=Heisei,abbr=H,since=600220800000
21
22#
23# Taiwanese calendar
24# Minguo since 1911-01-01 00:00:00 local time (Gregorian)
25calendar.taiwanese.type: LocalGregorianCalendar
26calendar.taiwanese.eras: \
27 name=MinGuo,since=-1830384000000
28
29#
30# Thai Buddhist calendar
31# Buddhist Era since -542-01-01 00:00:00 local time (Gregorian)
32calendar.thai-buddhist.type: LocalGregorianCalendar
33calendar.thai-buddhist.eras: \
34 name=BuddhistEra,abbr=B.E.,since=-79302585600000
35calendar.thai-buddhist.year-boundary: \
36 day1=4-1,since=-79302585600000; \
37 day1=1-1,since=-915148800000
Note: See TracBrowser for help on using the repository browser.