Timestamp Without Seconds – Convert YYYY-MM-DD HH:mm

Local only

Explain the converter's supported minute-precision date-time form.

Multi-row timestamp converter

Compare timestamps and ISO 8601 dates. Inputs without an offset use UTC.

Row 1Date -> Timestamp
1705321800
Milliseconds: 1705321800000Timezone: UTC (no offset provided)ISO: 2024-01-15T12:30:00.000Z

Minute-precision date input

What happens when a timestamp has hours and minutes but no seconds?

For supported date-time input such as YYYY-MM-DD HH:mm, VetaTool defaults the omitted seconds field to 00. With no timezone offset, the value is interpreted as UTC. This tool is free to use. No account or payment is required.

Last updated

What you can do here

  • Unix seconds and milliseconds conversion
  • ISO 8601 parsing
  • Explicit timezone interpretation
  • Fractional and negative Unix timestamps
  • Browser-local processing

Steps

  1. Paste the minute-precision date-time.
  2. Confirm the normalized ISO value ends in :00.000Z.
  3. Add seconds explicitly if the source system distinguishes them.

Omitted seconds are zero, not unknown

The supported parser fills a missing seconds capture with zero. That is a concrete instant, so verify that this matches the producer's intended precision.

Timestamp without seconds example

12:30 becomes 12:30:00 UTC.

Date-time

2024-01-15 12:30

Unix seconds

1705321800

Common questions

Frequently asked questions

Are omitted seconds rounded?

No. They are set to exactly 00.

Can the same form use a T separator?

Yes. The supported no-offset date-time parser accepts either a space or T between date and time.

Debugging a specific Timestamp issue? Browse Timestamp troubleshooting.