We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d94626 commit fd2f8f2Copy full SHA for fd2f8f2
src/components/AppPanel.jsx
@@ -167,6 +167,7 @@ function AppPanel(props) {
167
adminUI={props.adminUI}
168
loginStatus={props.loginStatus}
169
daysToShow={daysToShow}
170
+ displayTimeZone={timezone}
171
setDaysToShow={setDaysToShow}
172
setNeedsUpdate={setNeedsUpdate}
173
/>
src/components/Metadata.jsx
@@ -194,6 +194,10 @@ function Metadata(props) {
194
}
195
</List>
196
</Col>
197
+ <Col>
198
+ <ListInlineItem><b>Time Zone</b></ListInlineItem>
199
+ <ListInlineItem>{props.displayTimeZone}</ListInlineItem>
200
+ </Col>
201
<Col>
202
<List type="unstyled">
203
<ListInlineItem><b>Show</b></ListInlineItem>
0 commit comments