gaogaotiantian commented on code in PR #52980:
URL: https://github.com/apache/spark/pull/52980#discussion_r2540464612


##########
python/pyspark/worker.py:
##########
@@ -3302,6 +3303,11 @@ def main(infile, outfile):
         if split_index == -1:  # for unit tests
             sys.exit(-1)
         start_faulthandler_periodic_traceback()
+
+        # Use the local timezone to convert the timestamp

Review Comment:
   I agree it's wrong to use the local timezone. I'm thinking to start a PR 
very soon and we can discuss the details so we don't have to leave trace in our 
code. There is also a JIRA that's already opened for the issue.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to