TimeSlice
, Instant
or Duration
parameter, representing both a point in time and a range of time.TimeSlice
Time.currentTimeslice()
returns an async script result with a time slice for the current timestamp. For example:Instant
lastUpdateTimestamp
field that is represented in this way.[YYYY]-[MM]-[DD]T[HH]:[mm]:[SS]Z
.+
or -
, followed by a natural number, followed by a time modifier (see section below).1570738241087
"2019-09-18T17:34:02.666Z"
"-523s"
Duration
"1d"
"9w"
"3m"
Instant
and Duration
.s
- secondsm
- minutes (60 seconds)h
- hours (60 minutes)d
- days (24 hours)w
- weeks (7 days)