There was an error while loading. Please reload this page.
Returns the time since the epoch.
java.util.Date date = new java.util.Date(); long epoch = com.vuzit.Service.epochTime(date); System.out.println("Seconds since the epoch: " + epoch);