You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(lldb) p zone
(__NSTimeZone *) 0x000000028390e0d0 @"America/Toronto"
(lldb) p nowDate
(__NSTaggedDate *) 0x94e1ad4c4d89f829 2023-10-01 00:00:00 UTC
(lldb) p nextDate
(__NSTaggedDate *) 0x94e00b704d89f829 2023-09-01 00:00:00 UTC
(lldb) p DaysInNextMonth
(NSInteger) 31
2023-09-01 9 月份只有30天,
DaysInNextMonth = [NSDate totaldaysInMonth:nextDate]
获取到的是31dateStr = "2023-09-31"
myDate = nil, 最后导致
[NSDate getChineseCalendarWithDate:myDate Year:tmpYear Month:tmpMonth Day:tmpDay];
崩溃The text was updated successfully, but these errors were encountered: