python-lunardate icon indicating copy to clipboard operation
python-lunardate copied to clipboard

How can I calculate the luna date of WangYangMing's birthday(1472-10-31)?

Open zliu1022 opened this issue 1 year ago • 1 comments

The result looks like not supported:

lunar_date = LunarDate.fromSolarDate(1472, 10, 31)
print(lunar_date)

LunarDate(1900, 1, -156049, 0)

zliu1022 avatar Jan 09 '24 03:01 zliu1022

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: @.***>

lidaobing avatar Jan 09 '24 07:01 lidaobing