jnnlsn
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Calendar for Google] Grid view showing incorrect date for first event@matthewclagg This is a duplicate forum post, the answer is in the other thread.
I re-specified the default time zone directly in grid.php right above where the date.php include function isForum: Plugins
In reply to: [Events Calendar for Google] Grid & List View Large Date is Incorrect@coolcoders
In the above screenshot, I only echoed out the time.php function to prove that the first event was defaulting to 12:30am for the following day, which affected the top date being one day late. Otherwise the plugin was un-modified and was up to date along with WordPress.Re-specifying the date default timezone directly above the php date include function within grid.php fixed my issue – just a heads up, you may want to add this to the next release.
Thanks for the help!
Forum: Plugins
In reply to: [Events Calendar for Google] Grid & List View Large Date is IncorrectHi @coolcoders
I have double checked that the wordpress, google calendar, and plugin timezones are all the same – and tried manually overriding the timezone in time.php
The issue is still occuring, this doesn’t seem to be an issue with the time zone settings, since every date and time is correct except for the large grid view date for the first item in the list
Forum: Plugins
In reply to: [Events Calendar for Google] Grid & List View Large Date is IncorrectWhen I echo out the time and date through php, The first item’s date is always ahead by one day, and the time is always set to 12:30am, regardless of what the event time is.
Screenshot: