Description of the Issue
With the commit 0733e6f2413636f55f2b7a4b6631c4531730ef61, the feature "Insert date and time" was implemented. It inserts first the time and then (after a space) the date.
I personally would expect it the other way around, i.e. first the date and then the time. Am I alone in my expectation?
I assume the current implementation was copied from the standard windows editor. I find the implementation there somewhat weird.
Expected Behavior
"Insert date time" inserts <date> <time> and not <time> <date>.