一个常用时间工具库
引用:implementation 'com.example.libapplication:TimeUtil:1.0.0'
示例:获取当前时间
String currentDay = TimeUtil.getCurrentDay();