mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 08:16:15 +10:00
[유치수] [NOBTS] 0초~59초 사이에 저장된 값이 조회되도록 검색 종료시간에 1분을 더함.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2196 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -34,7 +34,8 @@ var _PinpointNavigationBar = $.Class({
|
||||
// 일단 사용안함.
|
||||
// input.setMinutes(Math.floor(input.getMinutes() / 5 + 0.9) * 5);
|
||||
|
||||
return input.getTime();
|
||||
// 0초~59초 사이에 저장된 값이 조회되도록 검색 종료 시간에 1분을 더한다.
|
||||
return input.getTime() + 60000;
|
||||
},
|
||||
setQueryDateToNow : function() {
|
||||
var date = new Date();
|
||||
|
||||
Reference in New Issue
Block a user