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
Today, the datetime serializer format date like this : ->format('c'), but sometimes, the API needs a custom format (SIBIL requires a Java Instant that doesn't accept anything else than Y-m-d\TH:i:s\Z).
Allow the Attribute to have an options parameters, and the datetime should use options.format value if provided
The text was updated successfully, but these errors were encountered:
Today, the datetime serializer format date like this :
->format('c')
, but sometimes, the API needs a custom format (SIBIL requires a Java Instant that doesn't accept anything else thanY-m-d\TH:i:s\Z
).Allow the
Attribute
to have anoptions
parameters, and the datetime should useoptions.format
value if providedThe text was updated successfully, but these errors were encountered: