Epoch2 knowledge base

Epoch time field guide

A practical reference for epoch units, date formats, timezone behavior and everyday conversion work.

Where Epoch2 fits into your work

Inspect API time fields

Make created_at, expires_at, iat, nbf and exp values readable while testing REST endpoints, GraphQL data, JWT claims and webhook deliveries.

Rebuild event timelines

Translate times from application logs, telemetry, audit records, alerts and analytics into a timezone that makes incidents easier to follow.

Validate stored dates

Check epoch columns and date exports from PostgreSQL, MySQL, SQLite, SQL Server, warehouses, caches and document stores.

Compare language outputs

Confirm values produced by JavaScript, Python, Java, PHP, Go, Ruby, Rust, C#, Kotlin, Swift and other runtimes.

Coordinate cloud jobs

Decode shell output, cron schedules, container events, build pipelines, object metadata and infrastructure automation timestamps.

Prepare data imports

Normalize date fields for CSV files, spreadsheets, ETL flows, dashboards, reports and warehouse loading jobs.

Review access windows

Check session duration, token expiry, signed requests, security alerts and any rule that depends on an exact moment.

Read distributed events

Turn block times, queue messages, transaction records and event-stream offsets into dates people can quickly understand.

Time formats Epoch2 understands

Date and epoch representations available in Epoch2
FormatSampleTypical role
Epoch seconds1704067200A compact 10-digit value commonly found in Unix tools, APIs and database fields.
Epoch milliseconds1704067200000A 13-digit value favored by JavaScript, Java and high-resolution event streams.
ISO 8601 / RFC 33392024-01-01T00:00:00ZA portable text date for JSON, service payloads, logs and data interchange.
Local date and time2024-01-01 02:00:00A human wall-clock value whose exact instant depends on the chosen zone.
UTC, GMT and IANA zonesUTC · GMT+2 · Europe/SofiaFixed offsets and place-based rules, including daylight-saving changes.

Move between epoch time and dates

  1. Drop in an epoch number, verify its unit and choose the zone used for the readable result.
  2. For the reverse calculation, enter a wall-clock date and identify the zone where it occurs.
  3. Take the output you need: epoch seconds, epoch milliseconds, a local date or ISO 8601.
Launch the Epoch2 converter