I have a problem I don't understand, maybe it's a simlpe problem but I have tried to solve it and failed.
I have a named query that returns results from a table that I want to show in Perspective. The return from the named query looks like this:
"#NAMES"
"ID","CREATED","TEXT","CLEAREDSTATE","CLEARED"
"#TYPES"
"D","date","str","D","date"
"#ROWS","1"
"5092.0","2025-01-20 10:02:42.529","Kran 1 rapporterar felkod 121 : Kan ej utföra körorder","1.0","2025-01-20 10:07:42.625"
The text is in Swedish so you might not understand it but as you can see there are dates and times in the result. But when I present it it looks like this:
The dates and times seem to be in unix format and nanoseconds, not at all what the query returns or what I want to display.
I have tried various transfers but the result is always the same.