From ae8e9b0081c2794c342bbd24adee5227cc76f38b Mon Sep 17 00:00:00 2001
From: Senad Uka
Date: Mon, 21 Sep 2015 12:27:51 +0200
Subject: [PATCH] converted time to CEST
---
back-office/app/views/carts/_show.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/back-office/app/views/carts/_show.html.erb b/back-office/app/views/carts/_show.html.erb
index 64f61b6..eb9c5fc 100644
--- a/back-office/app/views/carts/_show.html.erb
+++ b/back-office/app/views/carts/_show.html.erb
@@ -28,7 +28,7 @@ Bosna i Hercegovina
-Naručeno: <%= c.confirmed_at.strftime("%A %d.%m.%Y. %H:%M") %>
+Naručeno: <%= c.confirmed_at.in_time_zone("Europe/Sarajevo").strftime("%A %d.%m.%Y. %H:%M") %>