Method boundary

Method Used in This Tool

This is a learning tool, not a claim of one true method.

Xiao Liu Ren has multiple casting traditions. This tool currently uses one fixed method for learning consistency: the lunar month-day-hour method. Other teachers or traditions may count differently, use different timing rules, or interpret palace positions in different ways.

Formula

Month Palace = (lunarMonth - 1) % 6

Day Palace = (monthIndex + lunarDay - 1) % 6

Hour Palace = (dayIndex + hourNumber - 1) % 6

Check: (lunarMonth + lunarDay + hourNumber - 3) % 6

Rules

Leap lunar months use the same month number.

23:00-23:59 is treated as Zi hour within the selected civil date. It does not automatically move to the next civil date.

Chinese Hours

  • Zi / 子时23:00-00:59
  • Chou / 丑时01:00-02:59
  • Yin / 寅时03:00-04:59
  • Mao / 卯时05:00-06:59
  • Chen / 辰时07:00-08:59
  • Si / 巳时09:00-10:59
  • Wu / 午时11:00-12:59
  • Wei / 未时13:00-14:59
  • Shen / 申时15:00-16:59
  • You / 酉时17:00-18:59
  • Xu / 戌时19:00-20:59
  • Hai / 亥时21:00-22:59