Intro ์๋ ํ์ธ์. ์ด๋ฒ ์๊ฐ์๋ ์ฝํ๋ฆฐ์์ ํ์ฌ ๋ ์ง DateTime ์์ ์๊ฐ ์ถ๊ฐํ๋ ๋ฒ์ ๋ํด ์์๋ณด๊ฒ ์ต๋๋ค. How to implement ์ฐ์ LocalDateTime ์ ํตํด ํ์ฌ ๋ ์ง ๋ฐ ์๊ฐ์ ๊ตฌํฉ๋๋ค. ๊ทธ ์ดํ plusHours ๋ฉ์๋๋ฅผ ํตํด ์ํ๋ ๊ฐ๋งํผ ์๊ฐ์ ๋ํด์ฃผ๋ฉด ๋ฉ๋๋ค. import java.time.LocalDate import java.time.LocalDateTime fun main(args: Array) { val todayDateTime: LocalDateTime = LocalDateTime.now() println("Current date and time: $todayDateTime") println("Add 9 Hour date and time: ${today..