CareMessage interview question

What is the difference between Time.now and Time.current

Interview Answer

Anonymous

6 Apr 2022

Time.current isn't listed with the Time class at ruby-doc.org, for version 3.1.1. I guess the answer is Time.now is real, and Time.current is fake?