Get Users Current Time / Date icon

Get Users Current Time / Date

Core Utility
3 credits/request
5 free requests

Details

Agents running in the cloud don't know what timezone their users are in. This tool returns the current date and time in the user's configured timezone so agents can schedule, format, and reason about time using the user's local context. The tool returns both local and UTC timestamps, the timezone name, and useful derived fields such as local date, local time, and UTC offset. This enables time aware workflows like reminders, deadlines, and calendar or messaging logic without repeatedly asking the user what time zone they are in.

Use Cases

Get current local time for a user, Build time aware reminders, Schedule messages in the user timezone, Add local timestamps to logs, Convert between UTC and user local time, Validate timezone configuration, Generate date strings for reports

Workflows Using This Tool

Credentials

User Timezone *
Select your IANA timezone (e.g. US/Eastern, Europe/London, Asia/Tokyo).
other

Manage credentials in your dashboard.

Actions

get_instructionsget_current_datetime

Parameters

actionrequiredstring

Action to perform. Use 'get_instructions' for documentation.

get_instructionsget_current_datetime

Agent Credits (External Agent API)

This tool supports credit-based access for external agents (no API keys). The API example below uses customer API keys/budgets; external agents should use the External Agent API to buy credits with x402direct/x402 and invoke this tool at POST /api/external/tools/6987b3363a2127a981e41238/invoke.

API Example

curl -X POST "https://api.agentpmt.com/products/purchase" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your-api-key-here" \
  -H "X-Budget-Key: your-budget-key-here" \
  -d '{
    "product_id": "6987b3363a2127a981e41238",
    "parameters": {
      "action": "get_instructions"
    }
  }'

Login to view your API and budget keys. The example above uses placeholder values. Sign in to see personalized code with your actual credentials.

About The Developer

Apoth3osis logo

Apoth3osis

15 stars

Joined Agent Payment: August 14, 2025

We build tools that enable AI agents to excel in the mathematical realm.

Our small team develops experimental and unique solutions in the AI arena, with a strong focus on modular computing for agentic applications and custom model deployment. We have handled projects for a variety of applications across many sectors, from algorithmic trading and financial analysis, to molecular simulations and predictions, to habitat and biodiversity monitoring and wildlife conservation.

Get Users Current Time / Date by Apoth3osis | AgentPMT