From 8035dbd7147b1b97237a425e67a3513460108356 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 7 Jun 2014 17:04:06 +0200 Subject: [PATCH] Add full timezone date example, fixes #3038 --- res/composer-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/composer-schema.json b/res/composer-schema.json index f41f2fb0b..9b1b31d42 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -39,7 +39,7 @@ }, "time": { "type": "string", - "description": "Package release date, in 'YYYY-MM-DD' or 'YYYY-MM-DD HH:MM:SS' format." + "description": "Package release date, in 'YYYY-MM-DD', 'YYYY-MM-DD HH:MM:SS' or 'YYYY-MM-DDTHH:MM:SSZ' format." }, "license": { "type": ["string", "array"],