• It would help to know the source of the data. For example, PHP programs tend to store times as the number of seconds since January 1, 1970 - in other words as Unix timestamps.

    Your data looks like it could be milliseconds since the Epoch (1/1/1970). Would that make sense?