From e93ee954237f2fe7f211c744402102b0adf312f9 Mon Sep 17 00:00:00 2001 From: bru Date: Mon, 10 Jul 2023 16:47:41 -0300 Subject: Formato de fecha depende del locale --- clients/emacs/bbj.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/emacs/bbj.el b/clients/emacs/bbj.el index 14a2a46..8136650 100644 --- a/clients/emacs/bbj.el +++ b/clients/emacs/bbj.el @@ -580,7 +580,7 @@ and renders the content in the current buffer." (defun bbj-timestring (epoch) "Make a cute timestring out of the epoch (for post heads)" - (format-time-string "%H:%M %a %m/%d/%y" (seconds-to-time epoch))) + (format-time-string "%R %x" (seconds-to-time epoch))) (defun bbj-render-post (post &optional pinned) -- cgit v1.2.3