fix(sqllab): Invalid start date (#25133)

This commit is contained in:
JUST.in DO IT
2023-09-01 11:28:19 -07:00
committed by GitHub
parent e391a1b49e
commit 8b2a408dea
6 changed files with 32 additions and 4 deletions

View File

@@ -213,7 +213,7 @@ const QueryTable = ({
{q.db}
</Button>
);
q.started = moment(q.startDttm).format('HH:mm:ss');
q.started = moment(q.startDttm).format('L HH:mm:ss');
q.querylink = (
<Button
buttonSize="small"