current_time('timestamp') seems to be different from the real current time
Does current_time('timestamp') have an issue?
I am trying to get the current_time('timestamp'), and instead of giving me my current time:
Jun 26 2013 14:30
It gives me:
Jun 26 2013 21:30
I tried to check the seconds, and it gives me:
1372282238
Which is correct for the time given, but not for the real current time. What's happening?