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
I started playing around with this and I think this needs a parser. The biggest issues are:
What precision do you expect when providing a DateTime with the time set to "00:00:00"? Is this midnight? Or do you want the precision set to day?
What calendar model do you expect when providing a date in 1800?
When both int $precision and string $calendarModel parameters are required and not auto-detected from the provided DateTime $dateTime, the code you want is simple:
No description provided.
The text was updated successfully, but these errors were encountered: