🔄
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|numberRequiredTime value to convert
input_scalestringRequiredInput time scale: UNIX_SECONDS, UNIX_MILLIS, UTC_ISO, LOCAL_ISO
target_scalestringRequiredTarget time scale: UNIX_SECONDS, UNIX_MILLIS, UTC_ISO, LOCAL_ISO
target_timezonestringOptionalIANA timezone for LOCAL_ISO conversions
Returns
converted_value:Converted time valueinput_scale:Original scaletarget_scale:Target scaletimezone:Timezone if applicableExample
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.