withWallClock

fun withWallClock(wallClock: Clock, zoneId: String = "UTC"): WasiPreview2.Builder
fun withWallClock(wallClock: Clock, timeZone: TimeZone): WasiPreview2.Builder
fun withWallClock(now: () -> Instant, zoneId: String = "UTC"): WasiPreview2.Builder