1
This commit is contained in:
parent
54ffedd931
commit
53a68e2af9
2
third_party/phpcommon
vendored
2
third_party/phpcommon
vendored
@ -1 +1 @@
|
||||
Subproject commit 56e3e7871953b97a0af9c47dbb1ca54d0f807407
|
||||
Subproject commit 45ba05bcd0e3a8923943d358d1d77b2c1376380c
|
@ -133,7 +133,14 @@ class RankingController extends BaseAuthedController {
|
||||
}
|
||||
}
|
||||
}
|
||||
$timeZone = 8;
|
||||
$rankingData = array(
|
||||
/*'daySeconds' => phpcommon\getdayseconds(myself()->_getNowTime(), $timeZone),
|
||||
'nextDaySeconds' => phpcommon\getNextDaySeconds(myself()->_getNowTime(), $timeZone),
|
||||
'mondaySeconds' => phpcommon\getMondaySeconds(myself()->_getNowTime(), $timeZone),
|
||||
'monthFirstDaySeconds' => phpcommon\getThisMonthFirstDaySeconds(myself()->_getNowTime(), $timeZone),
|
||||
'nextMonthFirstDaySeconds' => phpcommon\getNextMonthFirstDaySeconds(myself()->_getNowTime(), $timeZone),
|
||||
'yearFirstDaySeconds' => phpcommon\getThisYearFirstDaySeconds(myself()->_getNowTime(), $timeZone),*/
|
||||
'type' => $type,
|
||||
'rows' => $rankingList,
|
||||
'my_ranked' => $myRanked
|
||||
|
Loading…
x
Reference in New Issue
Block a user