Tagged Questions
3
votes
1answer
270 views
Is it safe to use 'date_default_timezone_set' in plugin file?
I am using a sitemaps plugin which in very complex ways sets the timezone of <lastmod> (i.e. last modified time) for posts to GMT.
Temporarily, until the plugin developer fixes it, I need to ...