Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
Views Data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2008 at 02:33 UTC
Updated:
6 Apr 2010 at 15:50 UTC
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
Comment #1
merlinofchaos commentedFixed in -dev.
Comment #3
fabio84Hey, 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)
Comment #4
esmerel commented@3 - if this is really a problem, open a new issue.
Comment #5
fabio84Sorry, I found later that the same problem was already reported in #526106: Node creation day argument broken