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
A macro for finding a week day has been adjusted for zone Asia/Hong_Kong in tzdata2019b such that the target day falls into another month, which is currently cannot be handled by PascalTZ library.
See the extracts for "Sun>=28" and "Sun>=31":
Rule HK 1948 1952 - Oct Sun>=28 3:30s 0 -
Rule HK 1953 1964 - Oct Sun>=31 3:30 0 -
Error raised in MacroFirstWeekDay function:
No valid first week day for "Sunday" after 1952.10.28
The text was updated successfully, but these errors were encountered:
A macro for finding a week day has been adjusted for zone Asia/Hong_Kong in tzdata2019b such that the target day falls into another month, which is currently cannot be handled by PascalTZ library.
See the extracts for "Sun>=28" and "Sun>=31":
Error raised in
MacroFirstWeekDay
function:The text was updated successfully, but these errors were encountered: