날짜 변환 확장함수

- 현재 타임존 수정 (ASIA/Seoul -> Asia/Seoul)
This commit is contained in:
2024-05-29 00:25:57 +09:00
parent 808030100f
commit cf08d0d490

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