views/shared/_timestamp.erb in wackamole-0.0.6 vs views/shared/_timestamp.erb in wackamole-0.0.7
- old
+ new
@@ -1 +1 @@
-<%= @updated_on.strftime( "%m/%d/%y %H:%M:%S") %>
+<%= @updated_on.clone.localtime.strftime( "%m/%d/%y %H:%M:%S") %>
\ No newline at end of file