lunar-python
lunar-python copied to clipboard
農曆2057年8月和2097年6月只有29天?還是有30天?
Q1:
from lunar_python import Lunar, Solar
lunar = Lunar.fromYmd(2057,8,30)
output:
Traceback (most recent call last):
File "
Q2:
from lunar_python import Lunar, Solar
lunar = Lunar.fromYmd(2097,6,30)
output:
Traceback (most recent call last):
File "
我知道API訊息是跟我說農曆2057年8月只有29天(2097年6月也只有29天),但是我查詢其他網頁的農曆資料時,發現他們都是8月有30天(2097年6月也有30天),請問是API有問題? 還是其他網頁有問題?
https://ytliu0.github.io/ChineseCalendar/index_chinese.html
https://wisdom-life.in/calendar/lunar-calendar/2057/9/28
以下是農曆2097年6月30日
https://ytliu0.github.io/ChineseCalendar/index_chinese.html
https://wisdom-life.in/calendar/lunar-calendar/2097/8/7