I’m having the entry date for an event show us as exactly four days early on one template of my site and correct on another.
I have been playing with all the settings and thought I had it right until I discovered this discrepency.
The server is enginehosting (central) and the members are eastern. I’ve taken DST out of the situation and messed with all the settings server and member localization.
I can’t understand why the date would display differently on two different templates.
Here are my entry tags:
The one showing up four days earlier:
{exp:weblog:entries weblog="activities" status="Home" show_future_entries="yes" limit="3" disable="category_fields|member_data|pagination|trackbacks"}
<h5>{title} </h5>
<p>{entry_date format="%n/%g/%y %g:%i %a"}<br />
{exp:word_limit total="10"}{if activity-summary}{activity-summary} {if:else}{activity-description} {/if}{/exp:word_limit}<a href="{url_title_path=activities/events-detail}" title="Event Details">More Information..</a></p>
{/exp:weblog:entries}
The other correct one:
{exp:weblog:entries weblog="activities" show_future_entries="yes" status="not closed" limit="10" disable="category_fields|member_data|pagination|trackbacks"}
{date_heading display="monthly"}
<h2>{entry_date format="%F %Y"}</h2>
{/date_heading}
<h3>{title}</h3>
<p>{entry_date format="%F %d %Y / %g:%i %a"}{if activity-end} - {activity-end format="%g:%i %a"}{/if}</p>
{if activity-thumb}<div class="photo-left">{activity-thumb}</div>{/if}
{if activity-summary}{activity-summary} {if:else}{exp:word_limit total="20"}{activity-description}{/exp:word_limit} {/if}
<p><a href="{url_title_path=activities/events-detail}">Read More »</a> </p>
{/exp:weblog:entries}
Any ideas?
Thanks
