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
THIS IS A BREAKING CHANGE, some old behavior, which relied on JS-engine built-in date parsing, is removed.
This patch re-implements strtotime based on PHP's source code. It is not 100% complete.
Missing are:
- weekdayof
- this time-unit, eg. this week
- time zone handling (e.g. Europe/Berlin, GMT, Z)
0 commit comments