test #184

Merged
klaus merged 4 commits from test into main 2024-05-28 16:09:52 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cf08d0d490 - Show all commits

View File

@ -12,7 +12,7 @@ fun String.convertLocalDateTime(format: String): LocalDateTime {
fun String.convertLocalDateTime(
format: String = "yyyy-MM-dd",
currentTimeZoneStr: String = "ASIA/Seoul",
currentTimeZoneStr: String = "Asia/Seoul",
hour: Int = 0,
minute: Int = 0,
second: Int = 0