Knime web portal date time bug

Hi everyone,

When I test about schedule a workflow on Knime Web Portal, i think that i found a date time formatting bug. Normally, the date value must be 2020-11-10;09:41:00
I attached the file, i think it is easy to solve.

Best regards.

Hi @volkancamas,

Thanks for reporting this, I could reproduce this on our end. We’ll be looking for a solution, I will keep you posted.

Cheers,
Roland

This is actually very easy to fix: The Table View node is configured to use YYYY-mm-DD;HH:MM:ss as date format, but it should be YYYY-MM-DD;HH:mm:ss.

Note the different capitalization of the m’s: MM is month, mm is minute. In the default settings, those are switched, so the view shows minuted in the location of months and vice versa.

We will fix the default. For the time being, you can also manually edit the locale.

Cheers,
Roland

2 Likes

Thank you for the solution and detailed description @RolandBurger.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.