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

Type time for departure and arrival might be incorrect #6

Open
pietercolpaert opened this issue Jan 27, 2022 · 2 comments
Open

Type time for departure and arrival might be incorrect #6

pietercolpaert opened this issue Jan 27, 2022 · 2 comments

Comments

@pietercolpaert
Copy link

pietercolpaert commented Jan 27, 2022

The departure and arrival time fields are not of type time: it is a duration since noon -12h of the schedule day. In xml schema this would boil down to xsd:duration. Not sure what it is in frictionless data

@derhuerst
Copy link

derhuerst commented Jan 28, 2022

(I'm just a random stranger, dropping by and nitpicking, sorry.)

Technically, it's not the duration since midnight, but the duration since noon - 12h, which is different on dates that switch between DST & standard time.

@pietercolpaert
Copy link
Author

pietercolpaert commented Jan 28, 2022

Right indeed! Should have looked up the spec there before opening the issue! (edited the original issue)

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

No branches or pull requests

2 participants