java获取十位Unix时间戳

String time = Long.toString(System.currentTimeMillis()/1000L);