The unix time stamp is a way to track time as a running total of seconds, which doesn't change regardless of your location.
The timestamp is the number seconds between a chosen date and the Unix Epoch: January 1st, 1970 at UTC.
To get this timestamp in Method:
The final timestamp will be stored in
resultTimestamp
.