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

Use a recommended date format (xsd:DateTime) for clients and the server #90

Open
niio972 opened this issue Aug 13, 2018 · 0 comments
Open

Comments

@niio972
Copy link
Member

niio972 commented Aug 13, 2018

For now, we use a wrong date time format (yyyy-MM-dd HH:mm:ssZ).
We must use the recommended format xsd:DateTime.
We must add 'T'separator indicating that time-of-day follows the first part of the date.
e.g. (yyyy-MM-dd'T'HH:mm:ssZ).

This change will impact the all API clients (R, Python, Web app), internal WS search method parameters and class models with datetime attribute.

@niio972 niio972 changed the title Use a recommended date format (xsd:DateTime) for the client and the server Use a recommended date format (xsd:DateTime) for clients and the server Aug 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant