Here you can find the source of unixTime()
public static int unixTime()
//package com.java2s; //License from project: Apache License public class Main { public static int unixTime() { return (int) (System.currentTimeMillis() / 1000); }/*from ww w . j av a 2s.c o m*/ }