Title: Cache Time Zone Issue
Last modified: August 21, 2016

---

# Cache Time Zone Issue

 *  Resolved [AYEUNG](https://wordpress.org/support/users/ayeung/)
 * (@ayeung)
 * [12 years ago](https://wordpress.org/support/topic/cache-time-zone-issue/)
 * Hi,
 * You cache is easy to use, Good.
 * One issue, how to change UTC time to GMT+ / city name :
 * when it created cache, the time was not match. it is UTC time, not GMT+2 time.
   so was showed delay.
 * I tried change Time Zone in wp-setting and result is work.
 * but I would know what cause this ?
 * .date(“d-m-y G:i:s”). in cache file can be change instead of modify other ?
 * thank you
 * [https://wordpress.org/plugins/wp-fastest-cache/](https://wordpress.org/plugins/wp-fastest-cache/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [12 years ago](https://wordpress.org/support/topic/cache-time-zone-issue/#post-4862961)
 * Do you wanna see the current time in your country? In the code, the time belongs
   to server time.
 *  Thread Starter [AYEUNG](https://wordpress.org/support/users/ayeung/)
 * (@ayeung)
 * [12 years ago](https://wordpress.org/support/topic/cache-time-zone-issue/#post-4863029)
 * Hi Author,
 * Yes, if not set current time in my country, will it working fine ?
 * Should I change Php.ini server “date.timezone = UTC” to area code OR change wp-
   setting OR you have any suggestion best way ?
 * Thank you
 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [12 years ago](https://wordpress.org/support/topic/cache-time-zone-issue/#post-4863033)
 * In the cacheDate() function, you can modify it.
 * return $buffer.”<!– WP Fastest Cache file was created in “.$this->creationTime().”
   seconds, on “.date(“d-m-y G:i:s”).” –>”;
 * date(“d-m-y G:i:s”, strtotime(‘ +1 hour’)) , you can do it like that.
 *  Thread Starter [AYEUNG](https://wordpress.org/support/users/ayeung/)
 * (@ayeung)
 * [12 years ago](https://wordpress.org/support/topic/cache-time-zone-issue/#post-4863036)
 * Your Method seems pretty good.
    Let me try today and reply you the result.
 *  Thread Starter [AYEUNG](https://wordpress.org/support/users/ayeung/)
 * (@ayeung)
 * [12 years ago](https://wordpress.org/support/topic/cache-time-zone-issue/#post-4863062)
 * It is work fine. Thank you.
 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [12 years ago](https://wordpress.org/support/topic/cache-time-zone-issue/#post-4863065)
 * your welcome 🙂 can you vote me please?
 *  Thread Starter [AYEUNG](https://wordpress.org/support/users/ayeung/)
 * (@ayeung)
 * [12 years ago](https://wordpress.org/support/topic/cache-time-zone-issue/#post-4863071)
 * Yes, sure. Let me see where to give 5
    I got it ..please look. 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Cache Time Zone Issue’ is closed to new replies.

 * ![](https://ps.w.org/wp-fastest-cache/assets/icon-256x256.png?rev=2064586)
 * [WP Fastest Cache - WordPress Cache Plugin](https://wordpress.org/plugins/wp-fastest-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-fastest-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-fastest-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-fastest-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-fastest-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-fastest-cache/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [AYEUNG](https://wordpress.org/support/users/ayeung/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/cache-time-zone-issue/#post-4863071)
 * Status: resolved