A normal, basic user, but last_visit is a string when not null!
last_visit
When not null, it looks like "2025-03-16T14:28:23+00:00" so just run new Date() with that
new Date()
A normal, basic user, but
last_visit
is a string when not null!