have to do some weird stuff to force date to be "correct". The text string "2020-08-01" is parsed into a JS date that when turned into a string becomes 2020-07-31 PST. My quick hack is to add some hours to it... should probably figure out how to fix this at the source.