We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3963ba8 commit 3ce7681Copy full SHA for 3ce7681
core/common/src/TimeZone.kt
@@ -63,7 +63,7 @@ public expect open class TimeZone {
63
*
64
* If the current system time zone changes, this function can reflect this change on the next invocation.
65
66
- * Always return `UTC` timezone on the Wasm WASI platform due to the lack of support for retrieving system time zone information.
+ * Always returns the `UTC` timezone on the Wasm WASI platform due to the lack of support for retrieving system timezone information.
67
68
* @sample kotlinx.datetime.test.samples.TimeZoneSamples.currentSystemDefault
69
*/
0 commit comments