diff --git a/src/Timestampable/Mapping/Driver/Attribute.php b/src/Timestampable/Mapping/Driver/Attribute.php index cf4c1c099e..934b14f0f0 100644 --- a/src/Timestampable/Mapping/Driver/Attribute.php +++ b/src/Timestampable/Mapping/Driver/Attribute.php @@ -47,6 +47,7 @@ class Attribute extends AbstractAnnotationDriver 'timestamp', 'vardatetime', 'integer', + 'date_point', ]; public function readExtendedMetadata($meta, array &$config) diff --git a/src/Timestampable/Mapping/Driver/Xml.php b/src/Timestampable/Mapping/Driver/Xml.php index 0f15e876bd..97dcd9cfe2 100644 --- a/src/Timestampable/Mapping/Driver/Xml.php +++ b/src/Timestampable/Mapping/Driver/Xml.php @@ -43,6 +43,7 @@ class Xml extends BaseXml 'timestamp', 'vardatetime', 'integer', + 'date_point', ]; public function readExtendedMetadata($meta, array &$config) diff --git a/src/Timestampable/Mapping/Driver/Yaml.php b/src/Timestampable/Mapping/Driver/Yaml.php index 5b9747a0fe..ac2afac720 100644 --- a/src/Timestampable/Mapping/Driver/Yaml.php +++ b/src/Timestampable/Mapping/Driver/Yaml.php @@ -45,6 +45,7 @@ class Yaml extends File implements Driver 'timestamp', 'vardatetime', 'integer', + 'date_point', ]; /**