ToEpochRounded
This section contains reference documentation for the toEpochRounded functions.
Convert epoch milliseconds to epoch , round to nearest rounding bucket(Bucket size is defined in ) The following time units are supported:
SECONDS
MINUTES
HOURS
DAYS
Signature
ToEpoch<TIME_UNIT>Rounded(timeInMillis, bucketSize)
Usage Examples
epochSeconds |
---|
1613472000 |
epochMins |
---|
26891200 |
epochHours |
---|
448185 |
epochDays |
---|
18670 |
Last updated