@Jermolene @saqimtiaz In boot.js we need this test back, because it did "bite" me hard. See: https://github.com/TiddlyWiki/TiddlyWiki5/commit/4765b4a02d9c92caa2c9738429175d98d310ef8f ``` /* Determine if a value is a date */ $tw.utils.isDate = function(value) { return Object.prototype.toString.call(value) === "[object Date]"; }; ```