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
DifferencePlainDateTimeWithRounding has resolvedOptions as the last argument, but DifferenceZonedDateTimeWithRounding has resolvedOptions in the middle of its arguments. Maybe align DifferenceZonedDateTimeWithRounding with DifferencePlainDateTimeWithRounding?
The text was updated successfully, but these errors were encountered:
I'd like to revisit this after it's clear whether there's agreement to remove custom calendars. If there are no user hooks, we don't need to pass an options object to these operations at all.
DifferencePlainDateTimeWithRounding has
resolvedOptions
as the last argument, but DifferenceZonedDateTimeWithRounding hasresolvedOptions
in the middle of its arguments. Maybe align DifferenceZonedDateTimeWithRounding with DifferencePlainDateTimeWithRounding?The text was updated successfully, but these errors were encountered: