mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
Merge pull request #305 from arthurwolf/date-formats
adding note on date formats
This commit is contained in:
commit
aaf9b7662f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user