-
Notifications
You must be signed in to change notification settings - Fork 110
TimeZone of UTC+5:30 #102
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
Comments
That said, a reminder is in order that using fixed-offset time zones (probably aside from UTC) is very rarely what one actually needs; instead, in the majority of cases, region-based time zones, like |
Hi, @dkhalanskyjb I have already tried for "Asia/Kolkata"
|
Huh, this is a bug. What platform does this happen on? |
I am using Xcode 12.4 and Simulator to test iosApp project |
I see, thanks! This looks like a duplicate of #94, and if so, the issue is fixed in the current |
|
In the first comment, you talked about |
The |
Unfortunately, using a literal name for timezones like "Asia/Colombo" in the code leads to an TimeZone.of("Asia/Colombo") for IOS/Android platforms it works fine |
val localDateTime = Clock.System.now().toLocalDateTime(TimeZone.of("UTC+5:30"))
above code is not working I try to use +5:30 but work fine if I used +5. How can I fetch time for +5:30 GMT?
error I received:
The text was updated successfully, but these errors were encountered: