Here you can find the source of getUnixTime()
static long getUnixTime()
//package com.java2s; public class Main { static long getUnixTime() { return (long) (System.currentTimeMillis() / 1000); }//from ww w .ja v a 2 s . c om }