Computer Module
The Computer Module provides the Computer Library.
Globals
computer
The Computer Library provides functions for interaction with the computer and especially the Lua Runtime.
computer.magicTime () → (integer, string, string)
Returns some kind of strange/mysterious time data from a unknown place (the real life).
Details
| Name | Type | Description |
|---|---|---|
Unix |
integer |
Unix Timestamp |
Culture Time |
string |
The time as text with the culture format used by the Host |
ISO 8601 |
string |
The time as a Date-Time-Stamp after ISO 8601 |