Skip to content

New user-friendly version of '.replay since'

.replay since takes a Unix epoch timestamp which isn't very intuitive to use when exposed directly to users.

The client should accept a new .replay ... invocation that takes human-readable timestamps, convert them to Unix timestamps and then send the appropriate since command to the server.

For some inspiration, see the Parsing Timestamps section of systemd.time(7) and the corresponding implementation.