JaptJapt, 12 bytes12 10 bytes
ÐKj +U*1e3 +Ue3)i -2 bytes from AZTECCO.
This transpiles to the following JS:
new Date(K.j() + U * 1e3).i() where K.j() is the current time converted to milliseconds, U is the input, and .i() gets the year from the date constructor.