ftp -o - https://jcs.org/move_in | sh -
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mutt_filter: show local timezone just so i'm sure

+1 -1
+1 -1
bin/mutt_filter
··· 13 13 14 14 if (/^Date: (.*)$/) { 15 15 my $datestr = $1; 16 - my $date = strftime("%a, %d %b %Y %H:%M:%S", localtime(str2time($datestr))); 16 + my $date = strftime("%a, %d %b %Y %H:%M:%S %Z", localtime(str2time($datestr))); 17 17 print "Date: $date\n"; 18 18 } else { 19 19 print;