From f9716c1b40463a9a2c3937c2d15196683d0ce099 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Wed, 1 Jun 2016 18:55:24 +0200 Subject: [PATCH] include timezone when showing availability --- shop/templates/product_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/templates/product_detail.html b/shop/templates/product_detail.html index d0d295b0..1371dbb2 100644 --- a/shop/templates/product_detail.html +++ b/shop/templates/product_detail.html @@ -37,7 +37,7 @@

This product is available from - {{ product.available_in.lower|date:"Y-m-d H:i" }} + {{ product.available_in.lower|date:"Y-m-d H:i T" }}

{% endif %}