From 2481b20daba941179ae39220d58513a71ec2ea36 Mon Sep 17 00:00:00 2001 From: Daniel O'Grady Date: Mon, 19 Feb 2024 16:43:38 +0100 Subject: [PATCH] Remove outdated comment --- lib/components/resolver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/resolver.js b/lib/components/resolver.js index 4faaee77..14bee172 100644 --- a/lib/components/resolver.js +++ b/lib/components/resolver.js @@ -55,7 +55,7 @@ const Builtins = { Float: 'number', Double: 'number', Boolean: 'boolean', - // note: the date-related types _can_ be Date in some cases, but let's start with string + // note: the date-related types are strings on purpose, which reflects their runtime behaviour Date: 'string', // yyyy-mm-dd DateTime: 'string', // yyyy-mm-dd + time + TZ (precision: seconds Time: 'string',