Serde
Serde copied to clipboard
Support importing datetime fields with only a specified format
There's a comment in the code right now about why this is impossible to due PHP filling in the current time for anything unspecified. Turns out, you can disable that with a ! prefix on the pattern. Because that's obvious...
So let's update the code to support that, now that we know how.
cf: https://3v4l.org/us8ba