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

Bug on created_at in customer_entity table on update #4069

Open
sdecalom opened this issue Jul 2, 2024 · 4 comments · May be fixed by #4070
Open

Bug on created_at in customer_entity table on update #4069

sdecalom opened this issue Jul 2, 2024 · 4 comments · May be fixed by #4070

Comments

@sdecalom
Copy link
Contributor

sdecalom commented Jul 2, 2024

Preconditions (*)

1.OpenMage 19.4.23
2.Mysql 8.0

Steps to reproduce (*)

Update a customer created on 2024-07-01 at 15:00.

Expected result (*)

The date of created_at on customer_entity should be 2024.07.01 15:00
image

Actual result (*)

The created_at date on customer_entity is 2024.07.01 17:00
image

@ADDISON74
Copy link
Contributor

You have a very old version, unmaintained.

I confirm with the cloned version of the repository from today I cannot reproduce it. I created a customer account in the Backend and the created_at column shows correct information. I updated an existing customer then the column changes with the correct timestamp.

Please try reproducing this issue in a test environment just with the latest version without any extension, modules, or custom work.

@sdecalom sdecalom linked a pull request Jul 2, 2024 that will close this issue
4 tasks
@sdecalom
Copy link
Contributor Author

sdecalom commented Jul 3, 2024

OK thank you for your support, I will try with the latest version.

@sdecalom sdecalom closed this as completed Jul 3, 2024
@ADDISON74
Copy link
Contributor

Did you manage to solve this issue?

In my tests I used MariaDB and Percona, but I will try to MySQL 8 in order to reproduce this issue.

@sdecalom sdecalom reopened this Jul 4, 2024
@sdecalom
Copy link
Contributor Author

sdecalom commented Jul 4, 2024 via email

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

Successfully merging a pull request may close this issue.

2 participants