aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--poll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll.rb b/poll.rb
index 1d6389b..836d2a1 100644
--- a/poll.rb
+++ b/poll.rb
@@ -135,7 +135,7 @@ class Poll
end
ret += "<td class='#{klasse}' title=\"#{CGI.escapeHTML(participant)}: #{CGI.escapeHTML(column.to_s)}\">#{value}</td>\n"
}
- ret += "<td class='date'>#{poll['timestamp'].strftime('%d.%m,&nbsp;%H:%M')}</td>"
+ ret += "<td class='date'>#{poll['timestamp'].strftime('%c')}</td>"
ret += "</tr>\n"
end
}