What is the WordPress timestamp setting?
I am coding a simple wordpress plugin and uses the time() function but I notice that it returns the server unix timestamp, not in the timezone that I set inside wordpress. How can I retrieve the unix timestamp based on…