mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
after branch change to datetime attributes
This commit is contained in:
parent
78b0b24c25
commit
5d99f7c3a6
2 changed files with 5 additions and 5 deletions
8
composer.lock
generated
8
composer.lock
generated
|
|
@ -2056,12 +2056,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/utopia-php/database.git",
|
||||
"reference": "8e4e9a02f829440811cfb2e0a56f40c29519049b"
|
||||
"reference": "9f92d4330f083ebb89c19342c1d413d8ae29218c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/utopia-php/database/zipball/8e4e9a02f829440811cfb2e0a56f40c29519049b",
|
||||
"reference": "8e4e9a02f829440811cfb2e0a56f40c29519049b",
|
||||
"url": "https://api.github.com/repos/utopia-php/database/zipball/9f92d4330f083ebb89c19342c1d413d8ae29218c",
|
||||
"reference": "9f92d4330f083ebb89c19342c1d413d8ae29218c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -2112,7 +2112,7 @@
|
|||
"issues": "https://github.com/utopia-php/database/issues",
|
||||
"source": "https://github.com/utopia-php/database/tree/datetime-tz-filter"
|
||||
},
|
||||
"time": "2022-08-15T13:48:34+00:00"
|
||||
"time": "2022-08-16T19:40:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/domains",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ abstract class Model
|
|||
public const TYPE_BOOLEAN = 'boolean';
|
||||
public const TYPE_JSON = 'json';
|
||||
public const TYPE_DATETIME = 'datetime';
|
||||
public const TYPE_DATETIME_EXAMPLE = '2020-10-15T06:38:00.000Z';
|
||||
public const TYPE_DATETIME_EXAMPLE = '2020-10-15T06:38:00.000+00:00';
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue