-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add "date" to the specification #35
Comments
I agree with adding date in routes, and i also think dates should be stored in milliseconds to avoid confusing date formats like dd-mm-yyyy, mm-dd-yyyy, etc. |
@uo265363 the date data type has defined its format as "YYYY-MM-DD", so there should be no problem with that. What I would suggest is using xsd:dateTime instead, to have also hours, minutes and seconds recorded. |
@uo265363 As our partner said, the format of the date shouln't be any problem as it's defined in a specific way. @UO264345 The
|
In that case we also prefer having xsd:dateTime in order to have the seconds included. |
Added to PR #21 |
I think we should also add a "date" as optional in the route specification. Right now, in the last update, the specification recognizes date in comments, but taking this field into the route itself could be useful to represent the date in which it was done.
The date should be included in the context with something like:
The text was updated successfully, but these errors were encountered: