From 4d730a9de5a0d7c064a9a59e3add86e58d9ec492 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 16 May 2021 20:57:17 -0700 Subject: [PATCH] add UTC fix --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 8094f428..71ac17fa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ jc changelog - Update dig parser to support `+noall +answer` use case - Update dig parser compatibility to all platforms - Fix colors in Windows terminals (cmd.exe and PowerShell) +- Fix epoch calculations when UTC is referenced as "Coordinated Universal Time" - Add Windows time format for systeminfo output - Add exceptions module to standardize parser exceptions - JC no longer swallows exit codes when using the "magic" syntax. See the Exit Codes section of the README and man page for details