From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: efficiently viewing Unix timestamps as dates Date: Mon, 13 Dec 2010 11:20:21 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87mxo9mvxm.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292280984 6443 80.91.229.12 (13 Dec 2010 22:56:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Dec 2010 22:56:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 13 23:56:20 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PSHJZ-0006ph-SO for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Dec 2010 23:56:18 +0100 Original-Received: from localhost ([127.0.0.1]:55608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSHJZ-0000W2-AZ for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Dec 2010 17:56:17 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!news2.glorb.com!news2.arglkargh.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-X-Trace: news.albasani.net Ng9gB7twdFIUeiDlMYRVx2VzP/cZGDN/I0ZUUqHLvIb94tUO06MtJSY9Bloo/AissFCqATdzk3PRBd5/2FmIoNYvz8k7aIDjGGaBf+sfLNyA8NnR7uEVgviQkU0TNRjJ Original-NNTP-Posting-Date: Mon, 13 Dec 2010 17:20:21 +0000 (UTC) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:QgpV+dbrc3lJbbcPYdiJTjIFisE= sha1:yR2JOYrAiVhK720BSVmQ8PFROC4= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Injection-Info: news.albasani.net; logging-data="oqdfgjkCDCc0OtMYw/GzfrabQTzy3JRwYLwvZaxhxtqj5QKskINJWAhflqe9M+rNhQRuFhZdsg3sTSegxmUi8Nz7G8oOruL4ZCj3nqKvgjbTZ/CCPxmVXnaKDkPKb5ix"; mail-complaints-to="abuse@albasani.net" Original-Xref: usenet.stanford.edu gnu.emacs.help:183215 X-Mailman-Approved-At: Mon, 13 Dec 2010 17:55:28 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77473 Archived-At: Is there a mode to view (not convert!) Unix timestamps as dates? It needs to be efficient because these are large files on remote systems, and they are read-only so I can't modify them. Ideally I would customize the time format and then turn this on as a minor mode. So I thought I'd ask if this already exists before I start coding :) Thanks Ted