Replies: 1 comment 1 reply
-
I couldn't reproduce it. https://learn.microsoft.com/en-us/sql/t-sql/data-types/datetimeoffset-transact-sql mentions something about |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running Adminer in a docker container, connecting to a MSSQL database. Out of the box, datetime fields (which Adminer reports as datetimeoffset) are rendered in the Adminer UI as
May 9 2025 10:43:27:6732500AM
.My question is: How can I configure Adminer to render this on ISO-8601 format, e.g.
2025-05-09T10:43:27:67325Z
?My environment is: Adminer v5.2.1, Firefox v138.0.1, MacOS v15.5 on arm64.
Beta Was this translation helpful? Give feedback.
All reactions