I'm using the jstimer on this site, http://emecs-thon.org, and am trying to get the Month and Day to update correctly. The hours, minutes, and seconds update correctly, however, the month and day do not change when we move one day closer to the event.

Here is what the display format is like:

%month% month, %day% days,
%hours%:%mins%:%secs%

Here's what I originally entered into the block:
2013-02-01T12:00:00+01:00

However, that gives the incorrect number of months and days, so to correct for the current day, I had to enter
2013-01-27T12:00:00+01:00

But, tomorrow it will still show a day too much, and I'll have to update it to the 26th. Any ideas what is up with this? I was thinking this may be a caching issue, but I've tried clearing the cache and I only have the default caching turned on that Drupal 7 comes with. I looked through the issue queue as well, but didn't see anyone else describing an issue like this. Thanks in advance!

Comments

jvandervort’s picture

You could try

%months%

or

 %tot_months%

But keep in mind that months are a problem due to variations in month length.