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
fix: replace nowIsoSync with effectful nowIso to respect runtime clock
nowIsoSync used Effect.runSync which creates a fresh execution context
bypassing the fiber's runtime clock, making timestamps uncontrollable
via TestClock. Replace with an effectful nowIso constant used via
Effect.flatMap inside Effect.catch handlers, ensuring DateTime.now
is properly evaluated within the fiber's clock context.
0 commit comments