datetime array definition

 
I have in my EA the following datetime array definition: datetime Chart_Times[]; when I access the array with: ArrayCopySeries(Chart_Times,MODE_TIME,Symbol(),PERIOD_M1); the array Chart_Times[] has the following information: 1149289080 1149288480 1149288540 ...
can somebody say to me which is the structure of these data and how they represent date-time as I believed?

I very will be thanked for you.
 
https://docs.mql4.com/basis/types/datetime

The value represents the amount of seconds elapse from 00:00 Jan 1, 1970.

Reason: