Skip to content

Commit fd2f8f2

Browse files
author
Philip Aston
committed
Display timezone, fixes #37
1 parent 0d94626 commit fd2f8f2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/components/AppPanel.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ function AppPanel(props) {
167167
adminUI={props.adminUI}
168168
loginStatus={props.loginStatus}
169169
daysToShow={daysToShow}
170+
displayTimeZone={timezone}
170171
setDaysToShow={setDaysToShow}
171172
setNeedsUpdate={setNeedsUpdate}
172173
/>

src/components/Metadata.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ function Metadata(props) {
194194
}
195195
</List>
196196
</Col>
197+
<Col>
198+
<ListInlineItem><b>Time Zone</b></ListInlineItem>
199+
<ListInlineItem>{props.displayTimeZone}</ListInlineItem>
200+
</Col>
197201
<Col>
198202
<List type="unstyled">
199203
<ListInlineItem><b>Show</b></ListInlineItem>

0 commit comments

Comments
 (0)