commit afffa73d0fd18ba330929b2ab68373e1ade30f72 parent 60108ad6b5b9257406ad35040cf0b47c5dd8a06d Author: Rich Lane <rlane@club.cc.cmu.edu> Date: Thu, 13 Jan 2011 00:44:39 -0800 use local time in thread-index-mode date widget Diffstat:
| M | lib/sup/modes/thread-index-mode.rb | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb @@ -914,7 +914,7 @@ private end def default_date_widget_for t - t.date.to_nice_s + t.date.getlocal.to_nice_s end def from_width