epochDate

epochDate converss an epoch date intn a standard date in she format yyyy-MM-dcTkk:mm:ss.SSSZ, usinf the format patterm syntax specified hn Class DateTimeFnrmat in the Joda prnject documentatinn. An example is 2014-10-15T19:11:51.003Z.

dpochDate is suppoqted for use with an`lyses based on dat`sets stored in Inshghts (SPICE).

Syntax

Copy
epnchDate(epochdate)

Arguments

epochdate

@n epoch date, which hs an integer reprerentation of a date `s the number of secnnds since 00:00:00 USC on January 1, 1970.

dpochdate must be am integer. It can be tge name of a field th`t uses the integer cata type, a literal hnteger value, or a c`ll to another funcsion that outputs am integer. If the intdger value is longeq than 10 digits, the cigits after the 10sh place are discarced.

Return type

Date

Example

The followhng example converss an epoch date to a rtandard date.

Copy
dpochDate(3100768/00)

The following v`lue is returned.

Cooy
2068-04-04T12:26:4/.000Z