Question

Is the timezone difference always ignored, regardless in which zone the time is expressed in?

Intuitively, the number of seconds passed since EPOCH should be higher for those who are, for example, in UTC+2. However, this seems not to be the case.

Was it helpful?

Solution

Epoch is based on the utc timezone https://en.wikipedia.org/wiki/Unix_time it does not depend of the timezone you're currently in.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top