Added quotes to start and end samples
This commit is contained in:
parent
3749ba6ee1
commit
4b62e555df
1 changed files with 2 additions and 2 deletions
|
@ -104,12 +104,12 @@ end:
|
||||||
description: cmd end time
|
description: cmd end time
|
||||||
returned: always
|
returned: always
|
||||||
type: string
|
type: string
|
||||||
sample: 2017-09-29 22:03:48.084657
|
sample: '2017-09-29 22:03:48.084657'
|
||||||
start:
|
start:
|
||||||
description: cmd start time
|
description: cmd start time
|
||||||
returned: always
|
returned: always
|
||||||
type: string
|
type: string
|
||||||
sample: 2017-09-29 22:03:48.083128
|
sample: '2017-09-29 22:03:48.083128'
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
|
|
Loading…
Reference in a new issue