OpenAS2 / OpenAs2App

OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.
https://sourceforge.net/projects/openas2/
BSD 2-Clause "Simplified" License
177 stars 132 forks source link

WebUI Messages contains timestamps like 2023-28-11 11:54:07 #352

Open akasparas opened 6 months ago

akasparas commented 6 months ago

In these timestamps day and month are swapped. OpenAS2 uses ISOish/military date format in lots of places. So should in this place. Also, I have not seen culture where dates are written in this order (while ISO order is the standard in Lithuania).

https://github.com/OpenAS2/OpenAs2App/blob/71fcd22b7cadc07766a066223e44b950ec851556/WebUI/src/components/MessagesAdmin.vue#L338 also few lines bellow and in commented code.

uhurusurfa commented 6 months ago

You are correct - it should just format the date using the browser locale settings. If you know how to fix it please feel free to raise a PR.