Skip to content

Commit

Permalink
change the timestamp of notifications so that the timezone is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Laenen committed Aug 19, 2023
1 parent 2943ed1 commit fff776d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tumblesocks-view.el
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ You can browse around, edit, and delete posts from here.
(insert (make-string fill-column ?\u2500))
(insert "\n")
;;(insert (format "%s\n" notification))
(insert (format "%s - " (format-time-string "%D %r" (plist-get notification :timestamp))))
(insert (format "%s - " (format-time-string "%D %R" (plist-get notification :timestamp))))
(insert (format "%s - " (plist-get notification :type)))
(insert (format "%s - " (plist-get notification :from_tumblelog_name)))
(when (string= (plist-get notification :type) "reply")
Expand Down

0 comments on commit fff776d

Please sign in to comment.