Skip to content
Snippets Groups Projects

\DateTime::ISO8601 is deprecated use RFC3339 instead

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,7 +12,7 @@ abstract class DateTimeEnhancerBase extends ResourceFieldEnhancerBase {
*/
public function defaultConfiguration() {
return [
'dateTimeFormat' => \DateTime::ISO8601,
'dateTimeFormat' => \DateTime::RFC3339,
];
}
Loading