날짜 변환 확장함수

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

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