Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Time: Add timezone offset #2299

Merged
merged 4 commits into from
Dec 31, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion share/spice/time/content.handlebars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="location">Time in <b>{{placeName}}, {{country}}</b></div>
<div class="location">Time in <b>{{placeName}}, {{country}}</b> <span class="sep"></span> UTC{{offset}}</div>
<div class="time tx-clr--slate">{{time.hours}}:{{time.minutes}} {{time.amPM}}</div>
<div class="time__date tx-clr--grey-dark">
<div class="tx--19">{{dayName}}</div>
Expand Down