What is 'fixedNowTime' in debug()?

As in subject. Cake version 3.1, Carbon.
For example you can see it with:

$time = Time::now();
debug($time);

Did you open the code? The code will show it exactly.

No. Code of what, Cake Time, php Carbon or php date/datetime? Can you give me some links?
But I tried to search in book 3 and just in google. Most results are from people pasting debug dump and are not related.
And if you know how it work or what is for, can you say me in one sentence?

Because you can disassemble or reverse any program, but it is not most efficient way to know how it should work.

It is actually the single most efficient way :slight_smile: Learn your basics and you will excel.

As for your code:

And a very quick search would have found you that within seconds, way quicker than any forum or chat can help you with.

Also, when then following this line, the docblock even says exactly to the very detail what this stands for:

/**
 * Determine if there is a valid test instance set. A valid test instance
 * is anything that is not null.
 *
 * @return bool True if there is a test instance, otherwise false
 */
public static function hasTestNow(): bool