The result looks like not supported: ``` lunar_date = LunarDate.fromSolarDate(1472, 10, 31) print(lunar_date) LunarDate(1900, 1, -156049, 0) ```