We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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);
There was an error while loading. Please reload this page.