Sign in
webkit
/
WebKit
/
19e52add6f30e26c5fff78e2223e0618385a5a3d
/
.
/
JSTests
/
complex
/
temporal-now-timezone-with-broken-tz.js
blob: 3f8d30d7759754cf5cd009c36a1d3156e4da8812 [
file
] [
log
] [
blame
]
function
shouldBe
(
actual
,
expected
)
{
if
(
actual
!==
expected
)
throw
new
Error
(
'bad value: '
+
actual
);
}
shouldBe
(
Temporal
.
Now
.
timeZone
().
id
,
`
UTC
`);