I want to change how Node sees what the current time is without changing any system settings. For instance: If the current year is 2021, I want Node to think the current year is 2022 without changing system date nor timezones.
How would I achieve this and is this even possible?
I want to do this to test if my application will be working as intended in the future, since it uses the current date for a lot of functionalities.