From ba1b224dbc8553a25f9307125ff2f0004602d609 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 28 Oct 2016 08:23:30 -0700 Subject: #353 - show abbreviated timezones to avoid confusion when switching, broadcast tz change if APIs update late --- www/templates/timeline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/templates/timeline.html') diff --git a/www/templates/timeline.html b/www/templates/timeline.html index e443e705..f8d89444 100644 --- a/www/templates/timeline.html +++ b/www/templates/timeline.html @@ -26,7 +26,7 @@
- {{prettify(fromDate)}} - {{prettify(toDate)}} ({{'kTimelineOnlyDisplaying1' | translate:translationData}}) + {{prettify(fromDate)}} - {{prettify(toDate)}}  {{tzAbbr}}  ({{'kTimelineOnlyDisplaying1' | translate:translationData}})
{{'kTimelineControlDisplay'|translate}}
-- cgit v1.2.3