This fixes "invalid date" or "NaN" date display on a few pages.
This is a quickfix, with the unification of request types the timestamp should be passed properly as a number, but currently it's a string and would require a stats update to change back + changing type structs in the UI + some other places already assume it's a string.
This fixes "invalid date" or "NaN" date display on a few pages.
This is a quickfix, with the unification of request types the timestamp should be passed properly as a number, but currently it's a string and would require a stats update to change back + changing type structs in the UI + some other places already assume it's a string.