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) |
15 |
calendar.japanese.type: LocalGregorianCalendar |
16 |
calendar.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) |
25 |
calendar.taiwanese.type: LocalGregorianCalendar |
26 |
calendar.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) |
32 |
calendar.thai-buddhist.type: LocalGregorianCalendar |
33 |
calendar.thai-buddhist.eras: \ |
34 |
name=BuddhistEra,abbr=B.E.,since=-79302585600000 |
35 |
calendar.thai-buddhist.year-boundary: \ |
36 |
day1=4-1,since=-79302585600000; \ |
37 |
day1=1-1,since=-915148800000 |