diff --git a/docs/user-guide/agents-protocols/simulator.md b/docs/user-guide/agents-protocols/simulator.md index 8ebc55d..b9b659b 100644 --- a/docs/user-guide/agents-protocols/simulator.md +++ b/docs/user-guide/agents-protocols/simulator.md @@ -46,7 +46,7 @@ These options follow the [RFC 5545 RRULE](https://datatracker.ietf.org/doc/html/ ![](img/simulator-scheduler-recurr.png) -If the schedule is not provided it defaults to every 24 hours. +If the schedule is not provided it defaults to the start of the current day and replays the dataset once. ### Timezone The timezone parameter allows the replay data to follow any specified timezone. Upon adding a new SimulatorAgentLink the timezone parameter will be added with the users' timezone. If not specified will fall back to UTC. diff --git a/versioned_docs/version-1.19.0/user-guide/agents-protocols/simulator.md b/versioned_docs/version-1.19.0/user-guide/agents-protocols/simulator.md index 8ebc55d..b9b659b 100644 --- a/versioned_docs/version-1.19.0/user-guide/agents-protocols/simulator.md +++ b/versioned_docs/version-1.19.0/user-guide/agents-protocols/simulator.md @@ -46,7 +46,7 @@ These options follow the [RFC 5545 RRULE](https://datatracker.ietf.org/doc/html/ ![](img/simulator-scheduler-recurr.png) -If the schedule is not provided it defaults to every 24 hours. +If the schedule is not provided it defaults to the start of the current day and replays the dataset once. ### Timezone The timezone parameter allows the replay data to follow any specified timezone. Upon adding a new SimulatorAgentLink the timezone parameter will be added with the users' timezone. If not specified will fall back to UTC.