+----------------+----------+
|Column Name |Type|+----------------+----------+
| user_id | int || time_stamp | datetime |+----------------+----------+
Write an SQL query to report the latest login for all users in the year 2020. Do not include the users who did not login in 2020. Return the result table in any order.