From 452dc6b5fee576994c26139889d225db4acaeefc Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Fri, 21 Apr 2017 12:19:59 -0400 Subject: 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. --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') 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' -- cgit