Fix docstring of `db/ntp-to-time'

This commit is contained in:
Daniel - 2020-01-09 20:57:13 +01:00
parent a710238694
commit d6690d27f9
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ might depend on the coding system of the current buffer."
(message result))))
(defun db/ntp-to-time (high low &optional format-string)
"Format NTP time given by HIGH and LOW (both integer) to time as given by FORMAT-STRING.
"Format NTP time given by HIGH and LOW (both hex strings) to time as given by FORMAT-STRING.
If not given, FORMAT-STRING defaults to some ISO 8601-like format."
(interactive
(list (string-to-number (read-string "High (hex): ") 16)