{"ScriptPreparationCode":"var timestamp = null;\r\nconst formatter = new Intl.DateTimeFormat(\u0027tr-TR\u0027, {\r\n day: \u0027numeric\u0027,\r\n month: \u0027numeric\u0027,\r\n year: \u0027numeric\u0027,\r\n \thour: \u0027numeric\u0027,\r\n \tminute: \u0027numeric\u0027,\r\n \tsecond: \u0027numeric\u0027\r\n});","TestCases":[{"Name":"Date.now()","Code":"timestamp = Date.now","IsDeferred":false},{"Name":"new Date().getTime();","Code":"timestamp = new Date().toString()","IsDeferred":false},{"Name":"intl","Code":"timestamp = formatter.format()","IsDeferred":false}]}