Exception in thread "main" java.lang.IllegalArgumentException: illegal solar day: 1998-2-29
at com.tyme.solar.SolarDay.<init>(SolarDay.java:56)
at com.tyme.solar.SolarDay.fromYmd(SolarDay.java:63)
at com.tyme.solar.SolarTime.<init>(SolarTime.java:55)
at com.tyme.solar.SolarTime.fromYmdHms(SolarTime.java:62)
at com.tyme.eightchar.provider.impl.DefaultChildLimitProvider.getInfo(DefaultChildLimitProvider.java:53)
at com.tyme.eightchar.ChildLimit.<init>(ChildLimit.java:56)
at com.tyme.eightchar.ChildLimit.fromSolarTime(ChildLimit.java:67)
Tyme 版本:
cn.6tail:tyme4j:1.1.1
,截止到目前,都会存在如下问题:当以上述 Case 跑的时候,童限信息计算出来是 1998-02-29,但是 1998 的 2 月没有 29 日,只到 28 日。
会报以下异常: