Hi, first of all, thank you very much for this module, I'm using it on one of my new projects and works great.
I had an issue which I think is related to the timezone:
When I define ranges 1990 .. 2000 gets translated to:
...
WHEN content_type_bldr_document.field_date_published_value >= '1990-01-01T04:00:00'
AND content_type_bldr_document.field_date_published_value < '2000-01-01T04:00:00'
...

As you see, 4 hours are added and so my ranges (based on year only) do not work as expected.

I think this might be an issue with timezones. I'll see if I can create a patch and post it here, but please correct me if I'm wrong and this is some setting that already exists.

Thank you.

CommentFileSizeAuthor
#1 add_option_ignore_timezones.patch1.41 KBlucascaro

Comments

lucascaro’s picture

Assigned: Unassigned » lucascaro
Status: Active » Needs review
StatusFileSize
new1.41 KB

well, I went ahead and created the patch.
This will add an option for ignoring the timezones when calculating the dates on the edit form.

lucascaro’s picture

Is this worth a re-roll or should I just mark it as won't fix?