Skip to content
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

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

Closed
m-vdv opened this issue Nov 27, 2023 · 3 comments
Closed

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

m-vdv opened this issue Nov 27, 2023 · 3 comments
Assignees
Labels
doc-needed This issue requires documentation updates or additions once it has been completed. medium (1d) - This label is used for issues that can be completed within 1 day or less. new feature Request for a new feature or functionality to be added to the project. Priority-Low Expected resolution time - up to 3 months. released Indicate that an issue has been resolved and released in a particular version of the product.

Comments

@m-vdv
Copy link

m-vdv commented Nov 27, 2023

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 m-vdv added the new feature Request for a new feature or functionality to be added to the project. label Nov 27, 2023
@pirate-bot pirate-bot added the doc-needed This issue requires documentation updates or additions once it has been completed. label Nov 27, 2023
@DanBtt
Copy link

DanBtt commented Mar 13, 2024

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.

@dangehub
Copy link

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

@vytisbulkevicius vytisbulkevicius added the Priority-Low Expected resolution time - up to 3 months. label May 2, 2024
@preda-bogdan preda-bogdan added the medium (1d) - This label is used for issues that can be completed within 1 day or less. label May 5, 2024
@pirate-bot
Copy link
Contributor

🎉 This issue has been resolved in version 4.4.9 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@pirate-bot pirate-bot added the released Indicate that an issue has been resolved and released in a particular version of the product. label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-needed This issue requires documentation updates or additions once it has been completed. medium (1d) - This label is used for issues that can be completed within 1 day or less. new feature Request for a new feature or functionality to be added to the project. Priority-Low Expected resolution time - up to 3 months. released Indicate that an issue has been resolved and released in a particular version of the product.
Projects
None yet
Development

No branches or pull requests

6 participants