Sign in
webkit
/
WebKit
/
00d9c36630c3b100532e86e2616da21d7c5e504a
/
.
/
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
`);