From 0e59e9aabcf913f6f24ff4305e96f2a0a6e2b69b Mon Sep 17 00:00:00 2001 From: Alexander Reynolds Date: Mon, 23 Sep 2024 16:59:25 -0400 Subject: [PATCH] Mention maximum precision of datetimes --- docs/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts.md b/docs/concepts.md index aeecf4d80..fd38efa04 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -30,7 +30,7 @@ Users may define the following kinds of named types. These can be referenced by - `bearertoken` - a string [Json Web Token (JWT)](https://jwt.io/) - `binary` - a sequence of binary. - `boolean` - `true` or `false` - - `datetime` - an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) value e.g. `2018-07-25T10:20:32+01:00` + - `datetime` - an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) value (up to nanosecond precision) e.g. `2018-07-25T10:20:32.012+01:00` - `double` - a floating point number specified by [IEEE 754](https://ieeexplore.ieee.org/document/4610935/), which includes NaN, +/-Infinity and signed zero. - `integer` - a signed 32-bit integer value ranging from -231 to 231 - 1. - `rid` - a [Resource Identifier](https://github.com/palantir/resource-identifier), e.g. `ri.recipes.main.ingredient.1234`