Deterministic date methods that return journal-backed Futures. Wraps the SDK's ContextDate (which returns Promises via internal ctx.run() calls) so that gen-SDK user code can yield* them.
ContextDate
ctx.run()
yield*
Deterministic date methods that return journal-backed Futures. Wraps the SDK's
ContextDate(which returns Promises via internalctx.run()calls) so that gen-SDK user code canyield*them.