You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<validate_query>select to_char(ts,'YYYY-MM-DD"T"HH24:MI:SS"Z"') from timedims where tileset=:tileset and ts>=to_timestamp(:start_timestamp) and ts<=to_timestamp(:end_timestamp) order by ts desc</validate_query>
60
-
<list_query>select ts from timedims where tileset=:tileset</list_query>
60
+
<list_query>select to_char(ts,'YYYY-MM-DD"T"HH24:MI:SS"Z"') from timedims where tileset=:tileset</list_query>
0 commit comments