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

[bug fix] The timezone has not been configured correctly #732

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

yangyansong-adbe
Copy link
Contributor

No description provided.

// throw new Error("The default time zone is not set to PST")
// }

const offset = new Date().getTimezoneOffset()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove these logs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These logs were utilized for manual testing and validation. For some reason, setting the timezone value in process.env.TZ does not function correctly for CI runners. Just in case the szenius/[email protected] action fails to update the timezone quietly, it's intended to keep these logs for future debugging.

@praveek praveek merged commit 59fdf80 into AdobeDocs:main Jan 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Release Note Automation] The code to set timezone for GitHub Action runners doesn't work
2 participants