No.51688
In computers basically every timestamp gets stored as a number. For display that number gets combined with a timezone and formatted as a date + time. By convention the counting starts January 1, 1970 00:00:00 UTC.
So, what you're seeing is a timestamp that was set to zero for some reason.
No.51704
What
>>51688 said. It's not even set to zero, it doesn't exist at all, but fortunately it doesn't break everything else and instead defaults to zero.
And yes, those favs will always be on top.
No.51758
It's worse than just
> a timestamp that was set to zero for some reason
Fav profiles and profiles reuse the same card component, but they have quite different shapes. Specifically timestamps are returned as ISO 8601 datetime without timezone strings in one case while the other returns unix timestamps. Both can also be `null`.