mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix #1805 incorrect relative timestamp in ncenterlite module
This commit is contained in:
parent
d8ae1d8d1a
commit
3d79e045d9
1 changed files with 1 additions and 1 deletions
|
|
@ -712,7 +712,7 @@ class ncenterliteModel extends ncenterlite
|
|||
|
||||
$date = getdate(strtotime(zdate($datetime, 'Y-m-d H:i:s')));
|
||||
|
||||
$current = getdate();
|
||||
$current = getdate(time() + zgap());
|
||||
$p = array('year', 'mon', 'mday', 'hours', 'minutes', 'seconds');
|
||||
$factor = array(0, 12, 30, 24, 60, 60);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue