summaryrefslogtreecommitdiff
path: root/doc/protocol.rst
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-06-10 20:41:23 +0200
committerMax Kellermann <max@musicpd.org>2020-06-10 20:42:42 +0200
commite92129f449f00039c9139b9762df6ef446a806b6 (patch)
treea87bacbbb0e9176b969039348e2ea845c4fdf898 /doc/protocol.rst
parent374cc51f770f73feef4c24b35c6c522ccc865f02 (diff)
doc/protocol.rst: clarify the term "UNIX time"
Closes https://github.com/MusicPlayerDaemon/MPD/issues/893
Diffstat (limited to 'doc/protocol.rst')
-rw-r--r--doc/protocol.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst
index 421b3492a..fe60d9c61 100644
--- a/doc/protocol.rst
+++ b/doc/protocol.rst
@@ -464,7 +464,8 @@ Querying :program:`MPD`'s status
- ``songs``: number of songs
- ``uptime``: daemon uptime 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
Playback options