Skip to content

Commit c201dee

Browse files
committed
fix for issue #1867
1 parent 3793a42 commit c201dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/Dashboard/SRM/SRMTile.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const SRMTile = (props) => {
4242
{localTime(srm.rounds[0].registrationStartAt, 'hh:mm a')}
4343
</span>
4444
<span styleName="time-zone">
45-
{localTime(srm.rounds[0].registrationStartAt, 'z')}
45+
UTC{localTime(srm.rounds[0].registrationStartAt, 'Z')}
4646
</span>
4747
</div>
4848
</div>

0 commit comments

Comments
 (0)