Skip to content

Commit 03f0483

Browse files
committed
Skip test for getlastmod due to current date variability
1 parent 1420681 commit 03f0483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/info/getlastmod.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ function getlastmod() {
22
// From: http://phpjs.org/functions
33
// + original by: Brett Zamir (http://brett-zamir.me)
44
// % note 1: Will not work on browsers which don't support document.lastModified
5+
// * test: skip
56
// * example 1: getlastmod();
67
// * returns 1: 1237610043
78
return new Date(this.window.document.lastModified).getTime() / 1000;

0 commit comments

Comments
 (0)