generated from root/miduo_server
爱玩登录
parent
7073560c86
commit
204cd21570
|
@ -95,7 +95,7 @@ public class TimeUtil {
|
|||
* @return
|
||||
*/
|
||||
public static int nowInt(){
|
||||
return (int) System.currentTimeMillis()/1000;
|
||||
return (int) (System.currentTimeMillis()/1000);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue