about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorMatt Jankowski <mjankowski@thoughtbot.com>2017-04-21 12:19:59 -0400
committerEugen <eugen@zeonfederated.com>2017-04-21 18:19:59 +0200
commit452dc6b5fee576994c26139889d225db4acaeefc (patch)
treec1039320591e1e53b65af3074b47cd8765e88c8e /Gemfile
parent5c9aa2b7329fe5bd87cee583e33c7b5c1eac4566 (diff)
Use local_time gem for timezone replacement (#2174)
For the 'time ago' value of stream entry simple statuses and the timestamp value
of detailed statuses - output their UTC value and use the browser timezone to
convert locally.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2971a7a29..701c724ee 100644
--- a/Gemfile
+++ b/Gemfile
@@ -35,6 +35,7 @@ gem 'http_accept_language'
 gem 'httplog'
 gem 'kaminari'
 gem 'link_header'
+gem 'local_time'
 gem 'nokogiri'
 gem 'oj'
 gem 'ostatus2', '~> 1.1'