Hello,

I have a new, clean installation of Drupal 6.7 and I'm trying to create a view that takes a URL like:
blogs/YYYY/MM/DD
and creates a title like
Posts on %2 %3, %1

But when I type in the URL like
blogs/2008/12/10
I get a title that reads
Posts on December 11, 2008

If I type in the URL
blogs/2008/12/31
I get a title that reads
Posts on December 1, 2008

and true to form
If I type in the URL
blogs/2008/12/01
I get a title that reads
Posts on December 2, 2008

My arguments are:
Node: Created year
Node: Created month
Node: Created day

Thanks in advance for any help!
Steve

Comments

merlinofchaos’s picture

Status: Active » Fixed

Fixed in -dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

fabio84’s picture

Version: 6.x-2.0-rc5 » 6.x-2.6
Status: Closed (fixed) » Active

Hey, that's odd... Seven months later I found the opposite problem: now if the URL is YYYY/MM/DD the on the title I get the previous day...

Maybe it's related to the time zone? I'm in Italy and my time zone is UTC+1 (now in summer it's UTC+2)

esmerel’s picture

Status: Active » Closed (fixed)

@3 - if this is really a problem, open a new issue.

fabio84’s picture

Sorry, I found later that the same problem was already reported in #526106: Node creation day argument broken