Sign in
webkit
/
WebKit
/
f6a2db0b6ffa1cbc502926e8c3265b2be2346307
/
.
/
JSTests
/
complex
/
timezone-offset-and-dst-in-warsaw.js
blob: a5ffc7c1414018f4ad6bcc497e32bb5243a9f3a4 [
file
] [
log
] [
blame
]
function
shouldBe
(
actual
,
expected
)
{
if
(
actual
!==
expected
)
throw
new
Error
(
'bad value: '
+
actual
);
}
shouldBe
((
new
Date
(
1969
,
8
,
26
)).
toLocaleDateString
(),
`
9
/
26
/
1969
`);