UUID and Timestamp Combo

Generate IDs and timestamps in sequence for correlated test fixtures.

Intermediate~3 minjsongeneratetesting

Use case

Use this for event fixtures where records need both unique IDs and temporal fields.

Workflow overview2 steps0 / 2 completed~3 min

What to expect

Follow the steps from left to right for a quick overview, then use the inline stepper below to run each tool.

Generate IDs and timestamps in sequence for correlated test fixtures.

Current focusStep 1 · UUID / ID Generator
0% complete
Step 1json-tools Waiting

UUID / ID Generator

JSON → JSON

Generate IDs

IDs in the selected output format.

Step 2json-tools Waiting

Timestamp Generator

JSON → JSON

Generate timestamps

Offset-based timestamps rendered in requested formats.

Workflow steps

Run this workflow inline
Work through each tool step here. Running a step automatically prepares the next step with the correct handoff value.

Workflow shortcut

Next unlocked step: Step 1 · UUID / ID Generator

Progress is stored locally in this browser.
1
Step 1Ready to runjson-tools

UUID / ID Generator

Generate UUID or sequential IDs in JSON array, newline, or CSV formats.

Open full tool

ID generator input (JSON envelope)

Provide { "type": "uuid-v4|sequential", "count": 5, "format": "json-array|newline|csv", "prefix": "optional" }.

Generated IDs

IDs in the selected output format.

Run this step to process the current input and prepare the next workflow stage.

2
Step 2Lockedjson-tools

Timestamp Generator

Generate timestamps in multiple formats for offsets from an anchor date.

Open full tool
Complete the previous step first
This step unlocks automatically after all earlier workflow steps are completed successfully.

Timestamp generator input (JSON envelope)

Provide { "anchor": "ISO date", "offsets": ["-1h","now","+24h"], "formats": ["iso","unix-ms","sql"] }.

Generated timestamps

Offset-based timestamps rendered in requested formats.

Run this step to process the current input and prepare the next workflow stage.