Title: naesp's Replies | WordPress.org

---

# naesp

  [  ](https://wordpress.org/support/users/naesp/)

 *   [Profile](https://wordpress.org/support/users/naesp/)
 *   [Topics Started](https://wordpress.org/support/users/naesp/topics/)
 *   [Replies Created](https://wordpress.org/support/users/naesp/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/naesp/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/naesp/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/naesp/engagements/)
 *   [Favorites](https://wordpress.org/support/users/naesp/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Uji Countdown] Cached pages always start from same time](https://wordpress.org/support/topic/cached-pages-always-start-from-same-time/)
 *  Thread Starter [naesp](https://wordpress.org/support/users/naesp/)
 * (@naesp)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/cached-pages-always-start-from-same-time/#post-10436762)
 * That’s funny. I don’t get that behavior on [http://www.naespconference.org](http://www.naespconference.org)(
   tried Chrome, Firefox, Edge, and IE, all on Windows set for US English).
    I don’t
   know whether the difference from what you’re seeing is a result of the Uji version(
   I use 2.0.8), the browser, the OS, the language setting, or some configuration
   in WordPress. I’d be curious to know whether the “59 seconds” thing happens when
   you browse [http://www.naespconference.org](http://www.naespconference.org).
 * It sounds, though, like somehow your system is always getting 0 for the seconds
   field when it generates a date. Were you always starting at 59 before you added
   the extra line to the JS?
 * This page shows you what your system (browser, OS, locale) gives for the toString()
   method. [https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_tostring](https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_tostring)
   Does it show seconds?
    -  This reply was modified 7 years, 10 months ago by [naesp](https://wordpress.org/support/users/naesp/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Uji Countdown] Is your plugin compatible with WP Fastest Cache?](https://wordpress.org/support/topic/is-your-plugin-compatible-with-wp-fastest-cache-5/)
 *  [naesp](https://wordpress.org/support/users/naesp/)
 * (@naesp)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/is-your-plugin-compatible-with-wp-fastest-cache-5/#post-10429107)
 * Had the same problem. See my workaround at:
    [https://wordpress.org/support/topic/cached-pages-always-start-from-same-time/](https://wordpress.org/support/topic/cached-pages-always-start-from-same-time/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Uji Countdown] Cached pages always start from same time](https://wordpress.org/support/topic/cached-pages-always-start-from-same-time/)
 *  Thread Starter [naesp](https://wordpress.org/support/users/naesp/)
 * (@naesp)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/cached-pages-always-start-from-same-time/#post-10429101)
 * One workaround until this is fixed is to add a line at the top of uji_countdown.
   js (before everything else):
 * `if (ujiCount.uji_utime) {ujiCount.uji_time=new Date().toString();}`
 * This enforces using the user’s time (from Javascript) rather than the server 
   time if that setting is checked.

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