-
Notifications
You must be signed in to change notification settings - Fork 28
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
Option to represent date-times in long ISO format #962
Comments
Agreed, that would be nice. Although it might be a little dangerous, if it leads users to use the wrong datetime format on the command line? (maybe we can automatically convert to the workflow format... I think we do that already for |
I don't think it matters what users use on the command line? According to the docs
|
I mean the whole datetime format, not just the timezone. E.g. for a monthly-cycling workflow with this:
The CLI has to use the same format as the scheduler because no conversion is done. If
|
Argh, clearly I needed more coffee yesterday ☕ |
Since cylc/cylc-flow#4881 the CLI no longer has to be given the same format as the workflow cycle point format |
Describe exactly what you would like to see in an upcoming release
We should consider displaying date-times in the long ISO format in the UI, even if the cycle point format of a workflow is the short format, as it will make cycle points easier to read. I.e.
2000-01-01T00:00Z
instead of20000101T0000Z
.This could be an option in settings.
Pull requests welcome!
The text was updated successfully, but these errors were encountered: