From 2a33b6e2f41d3ead23dca89b463adce89b85d60d Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 17 Jan 2021 10:49:50 +1100 Subject: [PATCH] Fixed BUG-1 - timezone issues, by forcing alter database --- BUGs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BUGs b/BUGs index 2cbf9bd..3c7dd9b 100644 --- a/BUGs +++ b/BUGs @@ -1,4 +1,5 @@ -### Next: 1 -BUG-1: whenever we see a bug... +### Next: 3 +BUG-1: NewJob() is doing dates in wrong TZ BUG-2: Fix the function FixPath so its not just C:, use isPosixPath instead... +