diff options
author | UbitUmarov | 2019-04-08 13:50:51 +0100 |
---|---|---|
committer | UbitUmarov | 2019-04-08 13:50:51 +0100 |
commit | b104934a258c34a77c0470b8495d9d286c82f4f5 (patch) | |
tree | dab6471bc23aea9ebea3f1132a99d958be63552f /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | make robust ban by MAC options visible, thx Bill Blight (diff) | |
download | opensim-SC-b104934a258c34a77c0470b8495d9d286c82f4f5.zip opensim-SC-b104934a258c34a77c0470b8495d9d286c82f4f5.tar.gz opensim-SC-b104934a258c34a77c0470b8495d9d286c82f4f5.tar.bz2 opensim-SC-b104934a258c34a77c0470b8495d9d286c82f4f5.tar.xz |
add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for some odd reason think need it. OpenSim girds shoudl use UTC (gtm) but whatever
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs index fb491e4..7a4a5fb 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | |||
@@ -1381,5 +1381,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
1381 | { | 1381 | { |
1382 | return m_OSSL_Functions.osGetLastChangedEventKey(); | 1382 | return m_OSSL_Functions.osGetLastChangedEventKey(); |
1383 | } | 1383 | } |
1384 | |||
1385 | public LSL_Float osGetPSTWallclock() | ||
1386 | { | ||
1387 | return m_OSSL_Functions.osGetPSTWallclock(); | ||
1388 | } | ||
1389 | |||
1384 | } | 1390 | } |
1385 | } | 1391 | } |