How can I calculate the luna date of WangYangMing's birthday(1472-10-31)?
The result looks like not supported:
lunar_date = LunarDate.fromSolarDate(1472, 10, 31)
print(lunar_date)
LunarDate(1900, 1, -156049, 0)
I’m sorry that this library can’t support the date before 1900 because lack of data.
If you could find a good data source, please let me know.
Thanks
Sent from Gmail Mobile
On Tue, Jan 9, 2024 at 11:13 zliu1022 @.***> wrote:
The result looks like not supported:
lunar_date = LunarDate.fromSolarDate(1472, 10, 31) print(lunar_date)
LunarDate(1900, 1, -156049, 0)
— Reply to this email directly, view it on GitHub https://github.com/lidaobing/python-lunardate/issues/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAGXCO6TBCJAPJFBH3HL33YNSYWVAVCNFSM6AAAAABBSNIQDGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3TCNJVGE4TQOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>