Here you can find the source of timeStamp()
public static long timeStamp()
//package com.java2s; //License from project: Apache License public class Main { public static long timeStamp() { return System.currentTimeMillis(); }// w ww. jav a 2s. c om }