We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As reported in http://wordpress.org/support/topic/eo_get_add_to_google_link?replies=2, when you call eo_get_add_to_google_link() is sets the timezone of the dates returned by eo_get_the_start()/eo_get_the_end() to UTC.
eo_get_add_to_google_link()
eo_get_the_start()
eo_get_the_end()
DateTime objects should be cloned before altering them.
The text was updated successfully, but these errors were encountered:
a3a81d6
No branches or pull requests
As reported in http://wordpress.org/support/topic/eo_get_add_to_google_link?replies=2, when you call
eo_get_add_to_google_link()
is sets the timezone of the dates returned byeo_get_the_start()
/eo_get_the_end()
to UTC.DateTime objects should be cloned before altering them.
The text was updated successfully, but these errors were encountered: