From 595aa821a5579e2b76908fd433c22ea113aba741 Mon Sep 17 00:00:00 2001 From: James Turley Date: Mon, 29 Jun 2020 17:15:08 +0100 Subject: [PATCH] Update main.elm --- main.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.elm b/main.elm index 597f224..6206cb2 100644 --- a/main.elm +++ b/main.elm @@ -3,7 +3,7 @@ import Html.App as App import Html.Attributes exposing (..) import Time exposing (Time, second) -origTime = 1463324400 +origTime = 1592679600000 fmtTime time = let days = time // (60 * 60 * 24)