calendars.properties 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # ===========================================================================
  2. # Licensed Materials - Property of IBM
  3. # "Restricted Materials of IBM"
  4. #
  5. # IBM SDK, Java(tm) Technology Edition, v7
  6. # (C) Copyright IBM Corp. 2014, 2014. All Rights Reserved
  7. #
  8. # US Government Users Restricted Rights - Use, duplication or disclosure
  9. # restricted by GSA ADP Schedule Contract with IBM Corp.
  10. # ===========================================================================
  11. # Copyright (c) 2005, 2007, Oracle and/or its affiliates. All rights reserved.
  12. # ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  13. #
  14. #
  15. #
  16. #
  17. #
  18. #
  19. #
  20. #
  21. #
  22. #
  23. #
  24. #
  25. #
  26. #
  27. #
  28. #
  29. #
  30. #
  31. #
  32. #
  33. #
  34. #
  35. # Japanese imperial calendar
  36. #
  37. # Meiji since 1868-01-01 00:00:00 local time (Gregorian)
  38. # Taisho since 1912-07-30 00:00:00 local time (Gregorian)
  39. # Showa since 1926-12-25 00:00:00 local time (Gregorian)
  40. # Heisei since 1989-01-08 00:00:00 local time (Gregorian)
  41. calendar.japanese.type: LocalGregorianCalendar
  42. calendar.japanese.eras: \
  43. name=Meiji,abbr=M,since=-3218832000000; \
  44. name=Taisho,abbr=T,since=-1812153600000; \
  45. name=Showa,abbr=S,since=-1357603200000; \
  46. name=Heisei,abbr=H,since=600220800000
  47. #
  48. # Taiwanese calendar
  49. # Minguo since 1911-01-01 00:00:00 local time (Gregorian)
  50. calendar.taiwanese.type: LocalGregorianCalendar
  51. calendar.taiwanese.eras: \
  52. name=MinGuo,since=-1830384000000
  53. #
  54. # Thai Buddhist calendar
  55. # Buddhist Era since -542-01-01 00:00:00 local time (Gregorian)
  56. calendar.thai-buddhist.type: LocalGregorianCalendar
  57. calendar.thai-buddhist.eras: \
  58. name=BuddhistEra,abbr=B.E.,since=-79302585600000
  59. calendar.thai-buddhist.year-boundary: \
  60. day1=4-1,since=-79302585600000; \
  61. day1=1-1,since=-915148800000