Time | Time Parameter Formats | Remarks |
N Years Later | ${yyyyMMdd+Ny} | If dt=${yyyyMMdd-1M} is referenced, it will be replaced with: dt=20210610 If dt=${yyyyMMdd-1d} is referenced, it will be replaced with: dt=20210709 If time=${yyyyMMddHHmmss-3h} is referenced, it will be replaced with: time=20210710050000 If ti=${yyyyMMddHHmmss-25m} is referenced, it will be replaced with: ti=20210710073500 |
N Years Ago | ${yyyyMMdd-Ny} | |
N Months Later | ${yyyyMMdd+NM} | |
N Months Ago | ${yyyyMMdd-NM} | |
N Weeks Later | ${yyyyMMdd+Nw} | |
N Weeks Ago | ${yyyyMMdd-Nw} | |
N Days Later | ${yyyyMMdd+Nd} | |
N Days Ago | ${yyyyMMdd-Nd} | |
N Hours Later | ${yyyyMMddHHmmss+NH} | |
Previous N hours | ${yyyyMMddHHmmss-NH} | |
Next N minutes | ${yyyyMMddHHmmss+Nm} | |
Previous N minutes | ${yyyyMMddHHmmss-Nm} | |
Dispatch Timestamp | ${timestamp} | ${timestamp}=1625875200
Supports using operators like "+","-" for processing |
Dispatch Timestamp (13 digits) | ${timestamp_ms} | ${timestamp_ms}=1698508800000
Supports using operators like "+","-" for processing. |
Serial number | Time Parameter Formats | Description |
1 | ${yyyyMMdd+TE} | TENDAY END data date corresponds to the end of the ten-day period |
2 | ${yyyyMMdd+ME} | MONTH END data date corresponds to the end of the month |
3 | ${yyyyMMdd+QE} | QUARTER END data date corresponds to the end of the quarter |
4 | ${yyyyMMdd+HYE} | HALF YEAR END data date corresponds to the end of the half year |
5 | ${yyyyMMdd+YE} | YEAR END data date corresponds to the end of the year |
6 | ${yyyyMMdd+TS} | TENDAY START data date corresponds to the start of the ten-day period |
7 | ${yyyyMMdd+MS} | MONTH START data date corresponds to the start of the month |
8 | ${yyyyMMdd+HYS} | HALFYEAR START data date corresponds to the start of the half year |
9 | ${yyyyMMdd+YS} | YEAR START data date corresponds to the start of the year |
10 | ${yyyyMMdd+PME} | PRI MONTH END data date corresponds to the end of the previous month |
11 | ${yyyyMMdd+PYE} | PRI YEAR END data date corresponds to the end of the previous year |
dt=${yyyyMMdd-1d}
represents the time parameter.
Was this page helpful?