summaryrefslogtreecommitdiff
path: root/sfeed_html.c
diff options
context:
space:
mode:
authorunknown <hiltjo@.(none)>2012-11-11 16:20:14 +0100
committerunknown <hiltjo@.(none)>2012-11-11 16:20:14 +0100
commit2e5dc6fd18ab80e5974180d9236e81ac274d1d6d (patch)
tree50b4345e46bbf230ea2cbb12bbb3189641afc1ac /sfeed_html.c
parent17e42efaca7d14a3ad44deab4c4507bae16fe7c3 (diff)
show formatted time, dont show interpreted time since its not always correct
Signed-off-by: unknown <hiltjo@.(none)>
Diffstat (limited to 'sfeed_html.c')
-rw-r--r--sfeed_html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_html.c b/sfeed_html.c
index 532a0d0..0dbb7c9 100644
--- a/sfeed_html.c
+++ b/sfeed_html.c
@@ -177,7 +177,7 @@ main(void) {
feedcurrent->total++;
fputs("<tr><td>", stdout);
- printtime(parsedtime);
+ fputs(fields[FieldTimeFormatted], stdout);
fputs("</td><td>", stdout);
if(isnew)
fputs("<b><u>", stdout);