What means the integer of actualdeparturetime ?

Hi everbody,

I have a simple question. I don’t understand what means the integer of actualdeparturetime, actualarrivaltime and estimatedarrivaltime.

For example, when i have estimatedarrivaltime = 1436366041, this means what ??

Thanks.

en.wikipedia.org/wiki/Unix_time

An epoch timestamp of 1436366041 translates to Wed, 08 Jul 2015 14:34:01 GMT. This can be done via something like epochconverter.com/, or any programming language should have functions to convert/format timestamps into human-readable form.

Thanks a lot !