dongjoon-hyun commented on PR #40645: URL: https://github.com/apache/spark/pull/40645#issuecomment-1496541323
Sorry for misleading you. You are right about timezone. What I imagined was more like the following case. ``` $ docker run -it --rm --cap-add SYS_TIME openjdk:latest bash bash-4.4# date -s '@2147483647' Tue Jan 19 03:14:07 UTC 2038 bash-4.4# jshell | Welcome to JShell -- Version 18.0.2.1 | For an introduction type: /help intro jshell> java.lang.System.currentTimeMillis() $1 ==> 2147483657595 ``` -- 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]
