ll.GetGMTclock

ll.GetGMTclock() : number

Returns the time in seconds since midnight GMT. Gets the time in seconds since midnight in GMT/UTC.

Example

ll.GetGMTclock()
{
  "def": "func",
  "desc": "Returns the time in seconds since midnight GMT.\nGets the time in seconds since midnight in GMT/UTC.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetGMTclock",
  "name": "GetGMTclock",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "number"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll