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

Restrictions of periods #28

Open
cluettig opened this issue Oct 9, 2020 · 1 comment
Open

Restrictions of periods #28

cluettig opened this issue Oct 9, 2020 · 1 comment

Comments

@cluettig
Copy link
Contributor

cluettig commented Oct 9, 2020

In Periode time, a regex for start and end is defined [0-9]{2}:[0-9]{2} but not a range 00:00 -> 24:00, even 99:00 or 0:0 would be acceptable values according to the specification.

I would propose to adjust the regex to ^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$.
This would ensure that all Partners have a common understanding of the raging and would prevent the 24:00/00:00 issue that could occure for the 24h format.
It would also enforce the common usage of the 24h format.

@oicp-moderator
Copy link
Collaborator

Hi Cluettig,

Thank you for the more detailed information, we are going to analyze it and come back to you with an update of your issue.

Best regards,
Your Hubject Team

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