I’m now using LO Base quite happily as my front-end to MariaDB, after getting on top of the macro language (using Python) so that forms became practical to use.
But in the left-hand column there’s an icon with “Queries” under it letting you also do quick-and-dirty displays of random queries. I’ve got a SELECT query there with a DATETIME column. Unfortunately it displays like this: dd/mm/yy hh:mm. But I want it to display like this: yyyy-mm-dd hh:mm, i.e. an ISO-type display.
When I run the same query in phpMyAdmin, for example, it displays like I want it to. I briefly wondered whether a CONVERT( … ) command in the SQL might do the job, but every attempt gives “you have an error in your SQL”.
Is there some setting which controls the default display format of DATEs and DATETIMEs in LO Base? And is there some way to change it? Maybe some “LOCALE” setting or something?