Skip to content

Commit 0b53c88

Browse files
Use consistent time formatting
1 parent a3e84ec commit 0b53c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resque/scheduler/server/views/delayed_schedules.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<% @timestamps.each do |t| %>
99
<tr>
1010
<td>
11-
<%= Time.at(t) %>
11+
<%= format_time(Time.at(t)) %>
1212
</td>
1313
</tr>
1414
<% end %>

0 commit comments

Comments
 (0)