-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/playground: tzdata not present on playground #38727
Comments
|
Many of the time examples are not functioning: https://golang.org/pkg/time/#example_ParseInLocation |
@toothrot let me know if I can help with this at all. |
Looks like we're missing zoneinfo:
|
Change https://golang.org/cl/231057 mentions this issue: |
1 similar comment
This comment has been minimized.
This comment has been minimized.
Fixed, deployed sandbox, and cleared cache. Thanks for reporting! |
For what it's worth, once the playground uses 1.15 you could just compile the program with |
The gvisor sandbox containers were missing tzinfo, as the busybox image does not include it. Updates golang/go#38727 Change-Id: Idc2c705e3ee31de1411507bb3abdf1afb28eeda9 Reviewed-on: https://go-review.googlesource.com/c/playground/+/231057 Run-TryBot: Alexander Rakoczy <alex@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
The ParseInLocation example panics when run on the website:
The text was updated successfully, but these errors were encountered: