Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] When finish build, print out the log message with local timezone instead of UTC #2024

Open
ttnghia opened this issue May 8, 2024 · 1 comment
Labels

Comments

@ttnghia
Copy link
Collaborator

ttnghia commented May 8, 2024

When spark-rapids-jni finished building, it prints out a log message like this:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:10.982s
[INFO] Finished at: Wed May 08 20:13:31 UTC 2024
[INFO] Final Memory: 39M/1075M
[INFO] ------------------------------------------------------------------------

The Finished at line is time in UTC, which is kind of useless. It is much better to print that time in the local timezone, similar to spark-rapids, so we (dev) can use it.

@sameerz
Copy link
Collaborator

sameerz commented May 14, 2024

This is an issue of the build running in a docker file which does not have a time zone set.

Since this is also run by CI, we want to make sure the CI environment is running in UTC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants