FromEpochBucket
This section contains reference documentation for the fromEpochBucket functions.
Convert epoch to epoch milliseconds. e.g. 10 seconds since epoch or 5 minutes since Epoch. The following time units are supported:
SECONDS
MINUTES
HOURS
DAYS
Signature
FromEpoch<TIME_UNIT>Bucket(timeInMillis, bucketSize)
Usage Examples
bucket |
---|
1613472303000 |
bucket |
---|
3226944606000 |
bucket |
---|
1613472000000 |
bucket |
---|
1613466000000 |
bucket |
---|
1613088000000 |
Last updated