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

Update NHN Cloud getBootableVolumeID() method, and Apply 'tzdata' package to prevent 'unknown time zone ~' error #1081

Merged
merged 3 commits into from
Feb 20, 2024

Conversation

innodreamer
Copy link
Member

@innodreamer innodreamer commented Feb 19, 2024

Ref)
The error message 'unknown time zone Asia/Seoul' occurs when your Go program tries to load the "Asia/Seoul" time zone using 'time.LoadLocation("Asia/Seoul")', but the Go runtime is unable to find the time zone database. 
This problem typically arises in one of the following scenarios :

- The time zone data is not installed on your system: The Go runtime relies on the IANA Time Zone database, which is often installed at a system level. If this data is missing or inaccessible, Go cannot load the specified time zone.

- Go environment is not correctly configured to access the time zone database: In some environments, especially when deploying Go applications in minimal Docker containers or on certain operating systems, the time zone database might not be in the expected location, or the environment might not have it at all.

@powerkimhub powerkimhub self-requested a review February 20, 2024 02:04
@powerkimhub powerkimhub merged commit 21ffd13 into cloud-barista:master Feb 20, 2024
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.

2 participants