feedzy-rss-feeds icon indicating copy to clipboard operation
feedzy-rss-feeds copied to clipboard

(Feed2Post) Timezone/Timestamp offset for imported RSS Feed items

Open m-vdv opened this issue 2 years ago • 2 comments

What problem does this address?

Currently the Feedzy "Import Posts" functionality uses the feed items date and time < pubDate > when Post Date is mapped to [#item_date] under Map content. Unfortunately this date and time seems to always be (converted to) UTC timezone. Resulting in this UTC date and time being used to create the post in WordPress. This is not always correct.

What is your proposed solution?

Please add an option for us to manually offset [#item_date], so we can easily fix timezone related issues.

Will this feature require documentation? (Optional)

Yes, it requires documentation.

m-vdv avatar Nov 27 '23 16:11 m-vdv

Yep I'm getting this exact problem. The values in the database just aren't correct. I tried setting the gmt_offset value in the code for my timezone as I saw there was some code that used that in feedzy but this didn't work either. This is bug really in my view.

DanBtt avatar Mar 13 '24 05:03 DanBtt

+1! the same problem bothers me. I have spent three days troubleshooting the problem and finally determined that it is a plug-in problem.

dangehub avatar Apr 26 '24 17:04 dangehub

:tada: This issue has been resolved in version 4.4.9 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

pirate-bot avatar May 30 '24 12:05 pirate-bot