-
Jonas Nicklas authored
Closes #27614 Previously when calling `now` on a subclass of e.g. `Time` it would return an instance of `Time` instead of returning an instance of the subclass. This way, we always return the correct class. (cherry picked from commit 3d78949c)
Jonas Nicklas authoredCloses #27614 Previously when calling `now` on a subclass of e.g. `Time` it would return an instance of `Time` instead of returning an instance of the subclass. This way, we always return the correct class. (cherry picked from commit 3d78949c)
Loading