-
Updated
May 30, 2020 - Swift
clock
Here are 1,448 public repositories matching this topic...
-
Updated
May 1, 2020 - Java
-
Updated
Nov 5, 2020 - Dart
-
Updated
Sep 24, 2019 - JavaScript
-
Updated
May 21, 2018 - Swift
-
Updated
Dec 30, 2019 - CSS
-
Updated
Dec 21, 2019 - Swift
-
Updated
Apr 13, 2020 - Rust
-
Updated
Nov 4, 2020 - C++
-
Updated
May 3, 2020 - Swift
-
Updated
Nov 3, 2020 - Verilog
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Oct 2, 2020 - C++
-
Updated
Apr 29, 2020 - Objective-C
Improve this page
Add a description, image, and links to the clock topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the clock topic, visit your repo's landing page and select "manage topics."
Hi.
When I was upgrading from 1.12.0 to 1.12.1, my test cases using
DateFormat("z")went failing after that.@Test fun test() { val expected = TimezoneOffset(9.hours) val actual = DateFormat("z").parse("+09:00").offset assertEquals(expected, actual) }This test case success with 1.12.0 but, it fails with 1.12.1 and 2.0.0-rc2.