Open donalm opened 3 years ago
It looks like this is happening because of the rqmachine.getTimeZone
method having a default response of 'PST8PDT' if the current timezone is not India. This then gets slurped up by rqcore
when preparing the shell environment. @DiegoTavares , do you happen to know if there's a reason we need to be setting the shell time zone as opposed to letting it be driven by the system itself?
Running datetime.datetime.now() in a Python process under RQD gives me Pacific time.