-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
ISSUE-13 - Fix timezone warning upon successful Sitemap creation and save #18
Conversation
Thank you @sigee I will look at this tomorrow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sigee i think this looks great.
Locally when I test it however, it does not seem to be picking up my PST datetime. It still defaults to UTC. I can verify this by generating a Sitemap... the time here was 09:54PST however the Sitemap time generated is displayed as 2017-06-02T16:54:08+00:00
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9.xsd">
<!-- Created by Sitepod version 1.5.3 - For more information see https://github.com/nasa/sitepod -->
<!-- Last update of sitemap 2017-06-02T16:54:08+00:00 -->
Hi @lewismc, |
Got it @sigee thank you |
No description provided.