6tail / lunar-python

日历、公历(阳历)、农历(阴历、老黄历)、佛历、道历,支持节假日、星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道黑道日及吉凶等。lunar is a calendar library for Solar and Chinese Lunar.
https://6tail.cn/calendar/api.html
MIT License
296 stars 80 forks source link

py项目与java实现给出的八字结果不一致 #8

Open Johnhushwill opened 2 years ago

Johnhushwill commented 2 years ago

lunar = Lunar.fromYmdHms(1991, 4, 5, 3, 37, 0) print(lunar.getEightChar()) 结果:辛未 癸巳 戊子 甲寅 py项目与java实现给出的八字结果 辛未 | 辛卯 | 乙巳 | 戊寅 不一致,py实现是否还在开发跟新当中

6tail commented 2 years ago

我测了各个版本都是:辛未 癸巳 戊子 甲寅

Johnhushwill commented 2 years ago

抱歉我表述有误,是我是用错库中的方法, image fromDate()与fromYmdHms()时间1991-04-05 @03:37:00给出了不同的结果,没看清后者是阴历入参,谢谢解答。很全面的历法库image

walkerone commented 1 year ago

你这个很棒