|
1 # Copyright 2005-2007 Sun Microsystems, Inc. All Rights Reserved. |
|
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
3 # |
|
4 # This code is free software; you can redistribute it and/or modify it |
|
5 # under the terms of the GNU General Public License version 2 only, as |
|
6 # published by the Free Software Foundation. Sun designates this |
|
7 # particular file as subject to the "Classpath" exception as provided |
|
8 # by Sun in the LICENSE file that accompanied this code. |
|
9 # |
|
10 # This code is distributed in the hope that it will be useful, but WITHOUT |
|
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
12 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
13 # version 2 for more details (a copy is included in the LICENSE file that |
|
14 # accompanied this code). |
|
15 # |
|
16 # You should have received a copy of the GNU General Public License version |
|
17 # 2 along with this work; if not, write to the Free Software Foundation, |
|
18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
19 # |
|
20 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, |
|
21 # CA 95054 USA or visit www.sun.com if you need additional information or |
|
22 # have any questions. |
|
23 # |
|
24 |
|
25 # |
|
26 # Japanese imperial calendar |
|
27 # |
|
28 # Meiji since 1868-01-01 00:00:00 local time (Gregorian) |
|
29 # Taisho since 1912-07-30 00:00:00 local time (Gregorian) |
|
30 # Showa since 1926-12-25 00:00:00 local time (Gregorian) |
|
31 # Heisei since 1989-01-08 00:00:00 local time (Gregorian) |
|
32 calendar.japanese.type: LocalGregorianCalendar |
|
33 calendar.japanese.eras: \ |
|
34 name=Meiji,abbr=M,since=-3218832000000; \ |
|
35 name=Taisho,abbr=T,since=-1812153600000; \ |
|
36 name=Showa,abbr=S,since=-1357603200000; \ |
|
37 name=Heisei,abbr=H,since=600220800000 |
|
38 |
|
39 # |
|
40 # Taiwanese calendar |
|
41 # Minguo since 1911-01-01 00:00:00 local time (Gregorian) |
|
42 calendar.taiwanese.type: LocalGregorianCalendar |
|
43 calendar.taiwanese.eras: \ |
|
44 name=MinGuo,since=-1830384000000 |
|
45 |
|
46 # |
|
47 # Thai Buddhist calendar |
|
48 # Buddhist Era since -542-01-01 00:00:00 local time (Gregorian) |
|
49 calendar.thai-buddhist.type: LocalGregorianCalendar |
|
50 calendar.thai-buddhist.eras: \ |
|
51 name=BuddhistEra,abbr=B.E.,since=-79302585600000 |
|
52 calendar.thai-buddhist.year-boundary: \ |
|
53 day1=4-1,since=-79302585600000; \ |
|
54 day1=1-1,since=-915148800000 |