From b6e3ceaafa4bd9e454b1d426f758f73062414cb8 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Thu, 14 Jul 2016 11:36:47 -0700 Subject: [PATCH] PM vs. pm --- defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.go b/defaults.go index a635e6a..ba14735 100644 --- a/defaults.go +++ b/defaults.go @@ -56,7 +56,7 @@ const ( // DefaultDateFormat is the default date format. DefaultDateFormat = "2006-01-02" // DefaultDateHourFormat is the date format for hour timestamp formats. - DefaultDateHourFormat = "01-02 3pm" + DefaultDateHourFormat = "01-02 3PM" // DefaultFloatFormat is the default float format. DefaultFloatFormat = "%.2f" // DefaultPercentValueFormat is the default percent format.