Skip to content

Commit

Permalink
Label times as being in Pacific time zone (#200)
Browse files Browse the repository at this point in the history
Fixes #198

Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler authored Nov 20, 2024
1 parent 2015130 commit 07d17a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OrcanodeMonitor/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="text-center">
<h1 class="display-4">Current State</h1>
<p>
Status as of: @Model.LastChecked
Status as of: @Model.LastChecked Pacific
</p>
<table>
<tr>
Expand Down Expand Up @@ -180,7 +180,7 @@
<table>
<thead>
<tr>
<th>Timestamp</th>
<th>Timestamp (Pacific)</th>
<th>Event</th>
</tr>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion OrcanodeMonitor/Pages/NodeEvents.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<table class="table">
<thead>
<tr>
<th>Timestamp</th>
<th>Timestamp (Pacific)</th>
<th>Event</th>
</tr>
</thead>
Expand Down

0 comments on commit 07d17a3

Please sign in to comment.