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

Add time zone BBE #5684

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Add time zone BBE #5684

merged 2 commits into from
Sep 30, 2024

Conversation

TharmiganK
Copy link
Contributor

@TharmiganK TharmiganK commented Sep 27, 2024

Purpose

Subject

Fixes: ballerina-platform/ballerina-dev-website#9362

Note: Even though we expose a time:loadSystemZone() API to get the system time zone, I have used the time:TimeZone() in this BBE. This is due a compiler error we are getting when we have ballerina cache. Once that is fixed we can update this BBE as well.

daneshk
daneshk previously approved these changes Sep 27, 2024
examples/time-zone/time_zone.bal Outdated Show resolved Hide resolved
examples/time-zone/time_zone.bal Outdated Show resolved Hide resolved
examples/time-zone/time_zone.bal Outdated Show resolved Hide resolved
Copy link

sonarcloud bot commented Sep 27, 2024

Copy link
Contributor

@NipunaRanasinghe NipunaRanasinghe left a comment

Choose a reason for hiding this comment

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

LGTM

@TharmiganK TharmiganK added this pull request to the merge queue Sep 30, 2024
Merged via the queue into master with commit e0f83cd Sep 30, 2024
5 checks passed
@TharmiganK TharmiganK deleted the time-zone-bbe branch September 30, 2024 04:19
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.

Add a BBE for time zone API usage
3 participants