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

Tools Module - ​Re: 3.2.4 messagetime #91

Open
johnfoliot opened this issue Sep 17, 2018 · 1 comment
Open

Tools Module - ​Re: 3.2.4 messagetime #91

johnfoliot opened this issue Sep 17, 2018 · 1 comment

Comments

@johnfoliot
Copy link
Contributor

Currently this states:

Supported values: 24 hour date time format. ​DD.MM.YEAR.HOUR.MM - DD.MM.YEAR.HOUR.MM where the second date is an optional exclusive expiry date.

​May I suggest that this pattern is actually something of an anti-pattern (or at least, is "non-standard")​. Can I propose that instead we require the date format to follow the ISO 8601​ (Date and Time Standard) which takes the format:

2018-09-17T16:48:58​Z​
(YYYY-MM-DDTHH:MM:SS + Z which denotes UTC)​

Additionally, the ISO notation allows the author to specify the time based on either UTC or with a UTC off-set (which is not addressed in the current draft)​

ghost pushed a commit that referenced this issue Oct 8, 2018
Change date format to ISO 8601​ standard.
@ghost
Copy link

ghost commented Oct 8, 2018

This has been added to my feature branch.

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

2 participants