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

Representation of never logged in users #531

Closed
rfc1036 opened this issue Jun 1, 2019 · 6 comments
Closed

Representation of never logged in users #531

rfc1036 opened this issue Jun 1, 2019 · 6 comments

Comments

@rfc1036
Copy link

rfc1036 commented Jun 1, 2019

ISSUE TYPE

Bug Report

VERSION
define( 'APPLICATION_VERSION', '5.0.0' );
define( 'APPLICATION_VERDATE', '2019052100' );
SUMMARY

Older never-logged-in users show epoch(0) "1970-01-01 01:00:00" as their "last login" time instead of "Never" like newer users. Maybe the upgrade procedure can fix them?

@barryo barryo closed this as completed in 55bab2d Jun 8, 2019
@barryo
Copy link
Member

barryo commented Jun 8, 2019

The next release notes will include a request to run the following which is safe to do now also @rfc1036:

UPDATE `customer_to_users` 
    SET last_login_date = NULL 
    WHERE last_login_date = '1970-01-01 00:00:00';

@rasssta
Copy link

rasssta commented Aug 14, 2019

@barryo Should be 01:00:00 instead of 00:00:00 :)

Same typo in release docs.

@barryo
Copy link
Member

barryo commented Aug 14, 2019

Don't think so. Not for me anyway.

@rasssta
Copy link

rasssta commented Aug 14, 2019

The initial post here states 01:00:00, and it was the same for me.

@rasssta
Copy link

rasssta commented Aug 14, 2019

I'm using CEST timezone, if that matters.

@rfc1036
Copy link
Author

rfc1036 commented Aug 14, 2019

I had noticed the same thing and assumed that it was timezone-dependent.

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

No branches or pull requests

3 participants