sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 77d312a43e370577e35259457a8d74d5200cbd25
parent ad4941f5772d7e6209e35ecc766144150c181573
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