VREME
🔄

Convert Time Scale

Category: Time Operations

TIME SCALE CONVERTER: Convert between different time scales (Unix seconds, Unix millis, UTC ISO, Local ISO). Explicit timezone handling for local conversions. Batch conversion support. Use for 'Convert Unix timestamp 1733700000 to NYC time', 'What is this time in UTC?'

Parameters

input_valuestring|numberRequired

Time value to convert

input_scalestringRequired

Input time scale: UNIX_SECONDS, UNIX_MILLIS, UTC_ISO, LOCAL_ISO

target_scalestringRequired

Target time scale: UNIX_SECONDS, UNIX_MILLIS, UTC_ISO, LOCAL_ISO

target_timezonestringOptional

IANA timezone for LOCAL_ISO conversions

Returns

converted_value:Converted time value
input_scale:Original scale
target_scale:Target scale
timezone:Timezone if applicable

Example

convert_time_scale(input_value=1733700000, input_scale='UNIX_SECONDS', target_scale='LOCAL_ISO', target_timezone='America/New_York')

Try It Now

This tool is available in the Vreme MCP server. Install via:

npx -y @vreme/temporal-mcp

Or add to your Claude Desktop, VS Code, Continue, or Cline configuration. See installation guide.