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

Fixed date format before saving into database #646

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Bartlomiejsz
Copy link

Those changes fixes issue caused by 67f58c2

When last_success_executed_date was datetime it was saved correctly into the database. But by changing it into text Mysql is no longer fixing date format while saving into database.
As result date is saved as 23-05-16 11:26:55 instead of 2023-05-16 11:26:55.
When this date is used as filter in Since last successful import Products process it downloads all the products on each run of import instead of only modified.

@hryvinskyi
Copy link

@magentix Are there any specific reasons why this PR hasnt been added yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants