aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbru <bru@texto-plano.xyz>2023-07-10 16:47:41 -0300
committerbru <bru@texto-plano.xyz>2023-07-10 16:47:41 -0300
commite93ee954237f2fe7f211c744402102b0adf312f9 (patch)
tree006a4a3e501fa1f99f8c6620886af5c5a23d319c
parenta94e0926b73a896848f7826b74d895bd87193ea6 (diff)
downloadbbj-e93ee954237f2fe7f211c744402102b0adf312f9.tar.gz
Formato de fecha depende del locale
-rw-r--r--clients/emacs/bbj.el2
1 files changed, 1 insertions, 1 deletions
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)
Un proyecto texto-plano.xyz