Closed patapenka-alexey closed 4 days ago
@TarantoolBot document Title: --timestamp flag for tt cat and tt play commands.
--timestamp
tt cat
tt play
This patch introduces new flag to specify operations ending with the given timestamp. It is possible to provide timestamp as number or using RFC3339/RFC3339Nano format.
$ tt cat /path/to/xlog --timestamp 2024-11-13T14:02:36.818700000+00:00\n $ tt cat /path/to/snap --timestamp=1731592956.818"
Closes #227 Closes #1017
Closes #227
Please, fix the link in commit messages. At now it leads to https://github.com/tarantool/tt/issues/227
It looks like you also do the issue: https://github.com/tarantool/tt/issues/1017
@TarantoolBot document Title:
--timestamp
flag fortt cat
andtt play
commands.This patch introduces new flag to specify operations ending with the given timestamp. It is possible to provide timestamp as number or using RFC3339/RFC3339Nano format.
Closes #227 Closes #1017