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