doc/protocol.rst: clarify the term "UNIX time"

Closes https://github.com/MusicPlayerDaemon/MPD/issues/893
This commit is contained in:
Max Kellermann 2020-06-10 20:41:23 +02:00
parent 374cc51f77
commit e92129f449
1 changed files with 2 additions and 1 deletions

View File

@ -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