doc/protocol.rst: clarify the term "UNIX time"
Closes https://github.com/MusicPlayerDaemon/MPD/issues/893
This commit is contained in:
parent
374cc51f77
commit
e92129f449
|
@ -464,7 +464,8 @@ Querying :program:`MPD`'s status
|
||||||
- ``songs``: number of songs
|
- ``songs``: number of songs
|
||||||
- ``uptime``: daemon uptime in seconds
|
- ``uptime``: daemon uptime in seconds
|
||||||
- ``db_playtime``: sum of all song times in the database in seconds
|
- ``db_playtime``: sum of all song times in the database in seconds
|
||||||
- ``db_update``: last db update in UNIX time
|
- ``db_update``: last db update in UNIX time (seconds since
|
||||||
|
1970-01-01 UTC)
|
||||||
- ``playtime``: time length of music played
|
- ``playtime``: time length of music played
|
||||||
|
|
||||||
Playback options
|
Playback options
|
||||||
|
|
Loading…
Reference in New Issue