How would i go about getting the system time and date of the server.
I have tried GetPosixTime, GetLocalTime, GetUTCTime (LUA) and all return attempt to call nil value.
Does anyone have an idea as to how i can get the server time and date or how to fix + use any of the three natives i tried?
local timeString = nil
local weekDay = Translate('weekDay_' .. GetClockDayOfWeek())
local month = Translate('month_' .. GetClockMonth())
local day = Translate('day_' .. GetClockDayOfMonth())
local year = GetClockYear()
local hour = GetClockHours()
local minutes = GetClockMinutes()
real time ?