UUID::GEN

UUID v1 Generator - Timestamp Based

~/uuid-generator
Count
1 UUID
output.v1

UUID v1 is generated using a timestamp and the node identifier (typically MAC address). It embeds the creation time, making it useful for tracking when records were created.

// FEATURES

  • -Contains 60-bit timestamp (100-nanosecond precision)
  • -Includes clock sequence for uniqueness
  • -Node ID based on hardware or random
  • -Timestamp extractable from UUID

// USE CASES

  • *Audit logging with timestamps
  • *Legacy system compatibility
  • *Distributed systems needing time ordering