以下のコードの実行結果はどうなりますか? ```ruby allow(Time).to receive(:now).and_return(Time.new(2024, 1, 1)) current_time = Time.now puts current_time.year ```