X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/542f6a433034935a1aa895f7ef3273968915a5d1..d41b2ddcb331caa74c1a90a0253f234142848552:/ui-atom.c
diff --git a/ui-atom.c b/ui-atom.c
index e5c31d9..5c854c7 100644
--- a/ui-atom.c
+++ b/ui-atom.c
@@ -24,7 +24,7 @@ void add_entry(struct commit *commit, char *host)
html_txt(info->subject);
html("\n");
html("");
- cgit_print_date(info->author_date, FMT_ATOMDATE, ctx.cfg.local_time);
+ cgit_print_date(info->author_date, FMT_ATOMDATE, 0);
html("\n");
html("\n");
if (info->author) {
@@ -32,7 +32,7 @@ void add_entry(struct commit *commit, char *host)
html_txt(info->author);
html("\n");
}
- if (info->author_email) {
+ if (info->author_email && !ctx.cfg.noplainemail) {
mail = xstrdup(info->author_email);
t = strchr(mail, '<');
if (t)
@@ -49,7 +49,7 @@ void add_entry(struct commit *commit, char *host)
}
html("\n");
html("");
- cgit_print_date(info->author_date, FMT_ATOMDATE, ctx.cfg.local_time);
+ cgit_print_date(info->author_date, FMT_ATOMDATE, 0);
html("\n");
if (host) {
html("