mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#UTILS
* Sinai TIme
This commit is contained in:
parent
e9adcb0dd5
commit
cee1c592ba
@ -1685,6 +1685,10 @@ function UTILS.GMTToLocalTimeDifference()
|
|||||||
return 10 -- Guam is UTC+10 hours.
|
return 10 -- Guam is UTC+10 hours.
|
||||||
elseif theatre==DCSMAP.Falklands then
|
elseif theatre==DCSMAP.Falklands then
|
||||||
return -3 -- Fireland is UTC-3 hours.
|
return -3 -- Fireland is UTC-3 hours.
|
||||||
|
elseif theatre==DCSMAP.SinaiMap then
|
||||||
|
return 2 -- Sinai is UTC+2 hours.
|
||||||
|
elseif theatre==DCSMAP.Sinai then -- in case ED corrects the name
|
||||||
|
return 2 -- Sinai is UTC+2 hours.
|
||||||
else
|
else
|
||||||
BASE:E(string.format("ERROR: Unknown Map %s in UTILS.GMTToLocal function. Returning 0", tostring(theatre)))
|
BASE:E(string.format("ERROR: Unknown Map %s in UTILS.GMTToLocal function. Returning 0", tostring(theatre)))
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user