Time Parameters
The input time format should comply to either ISO 8601 or Java epoch (long). See the following examples:
ISO 8601 option 1: yyyy-MM-dd'T'HH:mm:ssZ
ISO 8601 option 2 (with timezone offset): yyyy-MM-dd'T'HH:mm:ss-06:00
ISO 8601 option 3 (without timezone offset): yyyy-MM-dd'T'HH:mm:ss
Java epoch (example): 1407373267000