blob: 77b7cd1206b31e71535ce7bfccb87d0ee568f7a9 [file] [log] [blame]
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: The Date.prototype has the property "getTimezoneOffset"
esid: sec-properties-of-the-date-prototype-object
description: The Date.prototype has the property "getTimezoneOffset"
---*/
if (Date.prototype.hasOwnProperty("getTimezoneOffset") !== true) {
$ERROR('#1: The Date.prototype has the property "getTimezoneOffset"');
}