Update back testing document to include example using Posix timestamps

as timerange

e.g
--timerange=1527595200-1527618600
This commit is contained in:
creslin 2018-06-02 19:49:23 +03:00 committed by creslinux
parent 6ca375a397
commit 9dbe5fdb85

View File

@ -83,6 +83,8 @@ The full timerange specification:
- Use tickframes till 2018/01/31: `--timerange=-20180131`
- Use tickframes since 2018/01/31: `--timerange=20180131-`
- Use tickframes since 2018/01/31 till 2018/03/01 : `--timerange=20180131-20180301`
- Use tickframes between POSIX timestamps 1527595200 1527618600:
`--timerange=1527595200-1527618600`
**Update testdata directory**