Unix Timestamp Converter
Under maintenancePricing
from $0.01 / 1,000 results
Go to Apify Store
Unix Timestamp Converter
Under maintenanceConvert between Unix timestamps and human-readable UTC dates in bulk. Supports seconds and milliseconds, ISO 8601, weekday and relative age. Offline, no API keys.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
soot
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
20 days ago
Last modified
Categories
Share
Convert between Unix timestamps and human-readable UTC dates in bulk. Supports seconds and milliseconds, ISO 8601, weekday and relative age. Offline, no API keys.
What it does
A self-contained utility Actor - no API keys, no external accounts. Run it on one or many inputs and get a clean, structured dataset (CSV/JSON).
Features
- Batch processing - one or many inputs per run
- Structured output - tidy rows ready for CSV/JSON export
- No credentials - works out of the box
- Pay-per-event pricing - pay only for what you use
Input
| Field | Type | Required | Description |
|---|---|---|---|
values | array | yes | Timestamps or ISO dates. |
Usage example
curl -X POST "https://api.apify.com/v2/acts/sootesting~timestamp-converter/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" -d '{"values": ["1700000000", "2024-01-15T12:00:00Z"]}'
Output
| Field | Type | Description |
|---|---|---|
input | string | Original input |
unixSeconds | integer | Unix seconds |
iso8601 | string | ISO 8601 UTC |
utc | string | Readable UTC |
weekday | string | Day of week |
relative | string | Relative to now |
Pricing
Pay-per-event: a small per-run start fee plus a low per-result fee.