Skip to content

Commit

Permalink
Provide session timezone information in Query UI
Browse files Browse the repository at this point in the history
Resolves issue #4196
  • Loading branch information
amitds1997 authored and hashhar committed Jun 4, 2021
1 parent 00080c8 commit 9ad26b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/trino-main/src/main/resources/webapp/dist/query.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,14 @@ export class QueryDetail extends React.Component {
{query.session.schema}
</td>
</tr>
<tr>
<td className="info-title">
Time zone
</td>
<td className="info-text">
{query.session.timeZone}
</td>
</tr>
<tr>
<td className="info-title">
Client Address
Expand Down

0 comments on commit 9ad26b4

Please sign in to comment.