OsGetPSTWallclock

From OpenSimulator

Revision as of 07:03, 8 April 2019 by Ubit (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
float osGetPSTWallclock()
returns the current PST or PDT time in seconds since midnight
Threat Level No threat level specified
Permissions No permissions specified
Extra Delay 0 seconds
Example(s)
// Example of osGetPSTWallclock
default
{
    state_entry()
    {
        llSay(0, "started at at " + (string)osGetPSTWallclock());
    }
}


Personal tools
General
About This Wiki