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
It should not interpret anything from a non-VCP datetime. There's been suggestions to always do some dt parsing instead of only for VCP and to produce a more normalized format, but (from what I know) no clear proposed spec changes, so right now arguably anything that produces not exactly the input string is kind of a bug. Is there some documentation what php-mf2 tries to do here?
Regression from last release to master
Example site: https://aaronparecki.com/, which has
output:
expected output:
"bday": ["--12-28"]
This looks like php-mf2 tries to parse the date, instead of simply passing through the value it finds in the
datetime=
property.The text was updated successfully, but these errors were encountered: