aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-07-19 23:17:51 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-07-19 23:17:51 +0300
commit5fc68a09752e47e61b0134146ff6795c7295d131 (patch)
treed8c76d3c2f1653eb68241ed762e7b00ee9c8c0f9 /docs
parentdocs: update (diff)
downloadvk-scripts-5fc68a09752e47e61b0134146ff6795c7295d131.tar.gz
vk-scripts-5fc68a09752e47e61b0134146ff6795c7295d131.zip
make the terminology more consistent
"Online sessions" instead of "online periods/streaks/durations", "time ranges" instead of "date ranges", etc.
Diffstat (limited to 'docs')
-rw-r--r--docs/online_duration.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/online_duration.md b/docs/online_duration.md
index 81e5e48..f5c703b 100644
--- a/docs/online_duration.md
+++ b/docs/online_duration.md
@@ -12,7 +12,7 @@ Run from the top-level directory using `python -m`:
> python -m bin.online_duration -h
usage: online_duration.py [-h] [-g {user,date,weekday,hour}]
[-i {csv,log,null}] [-o {csv,json,plot}]
- [-a DATE_FROM] [-b DATE_TO]
+ [-a TIME_FROM] [-b TIME_TO]
input [output]
```
@@ -141,10 +141,9 @@ a file path to write the image to.
![hour.png]
You can limit the scope of the database by supplying a time range.
-Only online durations that are within the supplied range shall then be
-processed.
+Only online sessions that overlap with this range shall then be processed.
Set the range by specifying both or one of the `--from` and `--to` parameters.
-Values must be in the `%Y-%m-%dT%H:%M:%SZ` format (a subset of ISO 8601).
+The values must be in the `%Y-%m-%dT%H:%M:%SZ` format (a subset of ISO 8601).
All dates and times are in UTC.