Skip to content

Data Kiosk graphql "start/end date" does not support "time" #4214

Answered by chrisskhoury
DearRude asked this question in General
Discussion options

You must be logged in to vote

Hello @DearRude,

The Schema Explorer should help clarify this. If you navigate to the right panel and select the Date model, you will find the date/time format specified. In this case, it is RFC 3339.

RFC 3339 specifies a format for representing date and time, but it also allows for just the date part. This is highlighted in the example section.

Currently, there are no datasets that provide data at an hour or minute granularity. The format remains RFC3339 but without the hours, minutes, and seconds values. You can see an example in the Schema Explorer:

An RFC-3339 compliant Full Date Scalar. Example: "2023-11-15"

This format is used in anticipation of future datasets that might include …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@DearRude
Comment options

@chrisskhoury
Comment options

@DearRude
Comment options

Answer selected by DearRude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants