UNIX timestamp always in GMT?

gmt, php, timestamp, unix

Solution

yep, UNIX timestamp represents how much seconds past from unix-time epoch in `GMT+0`

Problem

UNIX timestamp always in GMT? I tried to run php function time() and when I tried to convert the unix timestamp from the time() function, the output is not similar to the computer time. Thank You

Original source