{"ScriptPreparationCode":"var time = 1223856000000, result;","TestCases":[{"Name":"With Fixed","Code":"result = ((Date.now() - time) / 315576000).toFixed(2)","IsDeferred":false},{"Name":"Double bitwise not with division","Code":"result = ~~((Date.now() - time) / 315576000) / 100;","IsDeferred":false}]}