AG UUID

UUID v1 v1 · time

The first UUID version, generated from time and a node (usually a MAC address).

Overview

It combines a timestamp (in 100-nanosecond units, based on the year 1582), a clock sequence, and a node identifier. It carries ordering information, but can expose the generating machine's MAC address, which raises privacy concerns.

Structure

Bit length128
Character length36
Formathex 8-4-4-4-12
SortablePartial
Random-basedNo

When to use

Used when legacy system compatibility is required or when tracking the creation time and machine matters. For new projects, v7 is usually the better choice.

Example

UUID v1
a1b2c3d4-1111-11ee-8000-0242ac120002

Generate this format

View per-language code →