Java
import java.time.Instant;Instant now = Instant.now();long seconds = now.getEpochSecond();long milliseconds = now.toEpochMilli();Seconds, milliseconds and dates
Convert Unix timestamps to dates and back online, with seconds, milliseconds, time zones, live time and programming examples.
Use live second and millisecond timestamps, convert timestamps to local dates, or turn a date and time into a Unix value.
Choose seconds or milliseconds, set the date and time zone when needed, run the conversion, and copy the result. The code section shows how to obtain timestamps in common languages and databases.
Calculations use the browser Date and Intl APIs. Calendar-only calculations use UTC-normalized dates to avoid daylight-saving time changing the result.
Use live second and millisecond timestamps, convert timestamps to local dates, or turn a date and time into a Unix value.
Choose seconds or milliseconds, set the date and time zone when needed, run the conversion, and copy the result. The code section shows how to obtain timestamps in common languages and databases.
The tool runs in your browser. Your selected files, entered content and generated results are not sent to Zituo Tools.