You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just wishful thinking, but discussed in Discord today, and I was wondering if this library could benefit of psr/clock in future, instead of building DateTime instances on its own?
The rationale mostly being that using a clock abstraction can avoid many system-level calls, when used with a fixed time, plus useful for testing purposes.
That said, feel free to dismiss: this is just rambling.
The text was updated successfully, but these errors were encountered:
This is just wishful thinking, but discussed in Discord today, and I was wondering if this library could benefit of
psr/clock
in future, instead of buildingDateTime
instances on its own?The rationale mostly being that using a clock abstraction can avoid many system-level calls, when used with a fixed time, plus useful for testing purposes.
That said, feel free to dismiss: this is just rambling.
The text was updated successfully, but these errors were encountered: