{"ScriptPreparationCode":"const today = new Date(2020, 10, 25, 17, 28, 30, 0);\r\nconst allowedUntil = new Date(2020, 10, 25, 21, 27, 30, 0);","TestCases":[{"Name":"moment ","Code":"\r\nconst today = new Date(2020, 10, 25, 17, 28, 30, 0);\r\nconst allowedUntil = new Date(2020, 10, 25, 21, 27, 30, 0);const a = moment().isBefore(today, \u0027second\u0027)\r\nconsole.log(\u0027a\u0027,a)","IsDeferred":false},{"Name":"js ","Code":"const today = new Date(2020, 10, 25, 17, 28, 30, 0);\r\nconst allowedUntil = new Date(2020, 10, 25, 21, 27, 30, 0); \r\nconsole.log(today \u003C allowedUntil)","IsDeferred":false}]}