Replies: 0
Hello again,
I am displaying the following in some widgets. Nothing Terrible complicated.
[events_list scope="today" country="US"]<p><strong>#_EVENTLINK </strong>will be distributed by <strong>#_LOCATIONLINK</strong></p>[/events_list]
[events_list scope="tomorrow" country="US"]<p><strong>#_EVENTLINK </strong>will be distributed by <strong>#_LOCATIONLINK</strong></p>[/events_list]
Basically, it looks like it is working however, it is 1/3/2016, for the today scope script, it is pulling events from 1/4/2016 an and for the tomorrow scope script it is pulling dates from 1/5/2016.
How can i fix this, as it is a pretty serious issue.