Is it possible to change timezone of the scraped website? The websites are scraped with PST timezone for some reason. My server has European timezone so I don't really know whre the PST is coming from.
Thank you
There is no way to change the timezone of a page that was loaded in simplehtmldom. However, you can set the timezone of your PHP script with date_default_timezon_set.
Let me know if you have further questions.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is no way to change the timezone of a page that was loaded in simplehtmldom. However, you can set the timezone of your PHP script with date_default_timezon_set.
Let me know if you have further questions.