We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced9d02 commit 9c4a7bdCopy full SHA for 9c4a7bd
jqClock.js
@@ -871,7 +871,7 @@ if (!Number.prototype.map) {
871
//IF A TIMESTAMP HAS BEEN PASSED IN
872
if (options.timestamp != "localsystime") {
873
if ( seemsToBePHPTimestamp( options, sysDateObj ) ) {
874
- options = normalizePHPTimestamp( options );
+ options = normalizePHPTimestamp( options, sysDateObj );
875
}
876
else {
877
options.sysdiff = options.timestamp - sysDateObj.getTime();
0 commit comments