Merge pull request #305 from arthurwolf/date-formats

adding note on date formats
This commit is contained in:
Yo-An Lin 2021-12-06 02:14:21 +08:00 committed by GitHub
commit aaf9b7662f

View File

@ -142,6 +142,11 @@ To start bbgo with the frontend dashboard:
bbgo run --enable-webserver
```
Note on date formats, the following date formats are supported:
* RFC3339, which looks like `2006-01-02T15:04:05Z07:00`
* RFC822, which looks like `02 Jan 06 15:04 MST`
* You can also use `2021-11-26T15:04:56`
## Advanced Setup
### Setting up Telegram Bot Notification