Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format of date display: Data Out API vs. Datastructure API #1549

Closed
geofranzi opened this issue Jan 16, 2024 · 2 comments
Closed

Format of date display: Data Out API vs. Datastructure API #1549

geofranzi opened this issue Jan 16, 2024 · 2 comments
Assignees
Labels

Comments

@geofranzi
Copy link
Member

Currently the Data Out API prints date values in a different schema as the data structure API

  • unify it?
  • find applications using / rely on current writing if we change

Data Out API: 9998-12-31T21:59:59
Struture API: "placeholder": "12/31/9998 9:59:59 PM",

@geofranzi geofranzi added this to the Post 3.0.0.-beta milestone Jan 16, 2024
@DavidBlaa DavidBlaa self-assigned this Feb 27, 2024
@DavidBlaa
Copy link
Member

please test

DavidBlaa added a commit that referenced this issue Apr 10, 2024
…replaces, in old data view, download and data out api
@DavidBlaa
Copy link
Member

the missing value placeholder -> 12/31/9998 9:59:59 PM is needed because its the datetime format of the database.
every outcome now has the missing values instead of the datatype values.

12/31/9998 9:59:59 PM -> na

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants