Add osUnixTimeToTimestamp()

This allows an input unix time to be converted to an llGetTimeStamp() format.
Thanks Thomax.
This commit is contained in:
Justin Clark-Casey (justincc)
2010-11-17 01:45:47 +00:00
parent b38a1594c1
commit 393c9c9046
3 changed files with 30 additions and 2 deletions

View File

@@ -184,5 +184,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_List osGetAvatarList();
LSL_String osUnixTimeToTimestamp(long time);
}
}