From 9fde21506e5c96b674b89711855b6b0c3455e058 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Tue, 7 May 2024 12:51:25 -0400 Subject: [PATCH] changing date format --- public/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app.js b/public/app.js index 5fe9fd5..2ada83e 100644 --- a/public/app.js +++ b/public/app.js @@ -1,6 +1,6 @@ const WIDTH = 800; const HEIGHT = 600; -const parseTime = d3.timeParse("%B %e, %Y"); +const parseTime = d3.timeParse("%Y-%m-%dT%H:%M:%S.%L%Z"); let instances; let xScale, yScale;