ToEpoch
This section contains reference documentation for the toEpoch functions.
Convert epoch milliseconds to epoch . The following time units are supported:
SECONDS
MINUTES
HOURS
DAYS
Signature
ToEpoch<TIME_UNIT>(timeInMillis)
Usage Examples
epochSeconds |
---|
1613472303 |
epochMins |
---|
26891205 |
epochHours |
---|
448186 |
epochDays |
---|
18674 |
Last updated