diff --git a/src/Appwrite/Utopia/Response/Model/AttributeDatetime.php b/src/Appwrite/Utopia/Response/Model/AttributeDatetime.php index abac929889..b0aac3c686 100644 --- a/src/Appwrite/Utopia/Response/Model/AttributeDatetime.php +++ b/src/Appwrite/Utopia/Response/Model/AttributeDatetime.php @@ -43,7 +43,7 @@ class AttributeDatetime extends Attribute } public array $conditions = [ - 'type' => self::TYPE_STRING, + 'type' => self::TYPE_DATETIME, 'format' => \APP_DATABASE_ATTRIBUTE_DATETIME ];