From 24c13730efd74a38a7775fdc39d3c80b4ddaca57 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 20 Aug 2015 12:59:07 -0400 Subject: Fixing AM-PM issue --- web/react/utils/utils.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/utils') diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx index df7a1e697..09cd299df 100644 --- a/web/react/utils/utils.jsx +++ b/web/react/utils/utils.jsx @@ -167,7 +167,7 @@ module.exports.displayTime = function(ticks) { var ampm = 'AM'; if (hours >= 12) { - ampm = 'AM'; + ampm = 'PM'; } hours = hours % 12; -- cgit v1.2.3-1-g7c22