summaryrefslogtreecommitdiffstats
path: root/src/commands/time.json
blob: b5711a3ba25d9ed7cba1a1695d6f7a29c39d26f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "TIME": {
        "summary": "Return the current server time",
        "complexity": "O(1)",
        "group": "server",
        "since": "2.6.0",
        "arity": 1,
        "function": "timeCommand",
        "command_flags": [
            "LOADING",
            "STALE",
            "FAST"
        ],
        "command_tips": [
            "NONDETERMINISTIC_OUTPUT"
        ]
    }
}