MapleStory Worlds/MSW IDE

현재 시간 가져오기

마루설아 2023. 12. 15. 07:10
local nowtime = (tonumber(DateTime.UtcNow:ToFormattedString("HHmm")) + 900) % 2400

log("현재 시간 : " .. nowtime)

 

-- 협정 세계시를 가져오는 상수 (+9시간이 서울 시간)

DateTime.UtcNow