How to get Korean time

Hello! I am looking for a way to find Korean time in the server script!

Can someone help me?

The servers run on UTC, if you add/subtract however many hours it is between that and Korean time you should get a working result. I’m sure there is a better way of doing it though.

2 Likes

Normally it’s UT-8 time zone as I’ve seen in scripts, the internet runs on UT-8. Korea is GMT-9

You can do an API request once when a server runs to get Korea’s time and go on from there:
https://developer.roblox.com/en-us/api-reference/class/HttpService

This API service seems to be free: