Skip to content

Date Format Customization #956

Answered by anthonygego
javawolfpack asked this question in Q&A
Discussion options

You must be logged in to vote

Indeed, there remain some parts of the UI we don't always think about that cannot be localized, especially dates and timezones. I've just renamed #526 to include the first one.

Ideally we should ensure to use a complete ISODate everywhere and use a JS library (or anything more appropriate) to print them in the preferred format. Python has made this thing quite annoying because it had not supported the full ISO 8601 date specs until version 3.11. Support was announced earlier but not with the same amount of digits, compromising tools interoperability.

As a quick workaround in the meantime, I would simply suggest to run a recursive sed on the INGInious folder to change the format:

find <ins…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by javawolfpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants