Skip to content
#

clock

Here are 2,185 public repositories matching this topic...

UIUtil for Android, Lyrics, Tick animations, Comparisons, Satellite menus, Praise, Slide buttons, TAB indicators, Contact sorting, Drag sorting, Skidding deletes, Shadow effects, RecyclerView nesting RecyclerView, Map list Poi/Drawer effects, Progress settings, Clock set, Damping, Progress, Album, Snap, Progress, CircleDownload, AdvertSwitcher, Carousel ad, FlowLayout, Tag...; 歌词控件、打勾动画、对比、卫星菜单、点赞、滑动按钮、TAB指示器、联系人排序、拖曳排序、侧滑删除、阴影效果.、RecyclerView嵌套RecyclerView.、地图列表Poi/抽屉效果、进度设置、时钟设置、滑动阻尼、相册媒体快照、圆形下载进度,轮播广告, 流式布局,标签...

  • Updated Jan 11, 2021
  • Java
kubode
kubode commented Nov 11, 2020

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.

Improve this page

Add a description, image, and links to the clock topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clock topic, visit your repo's landing page and select "manage topics."

Learn more