On Thu, Mar 22, 2018 at 2:31 AM, sebastian.k <[email protected]> wrote:
> Hello, if you use German language and search in history filter for a date > e.g. 22-03-2018 (DD-MM-YYYY) there are no results. Only if you use the > US-Layout YYYYMMDD 2018-22-03 it works. Is it possible to fix this? Many > Thanks This is by choice, not a bug. The date format used within Guacamole is that defined by ISO 8601: https://en.wikipedia.org/wiki/ISO_8601 Part of the point of following an international standard like this was specifically to avoid having date parsing being language-aware across the board. - Mike
