getCurrentTime
Retrieve and format the current time in any locale and time zone using Intl.DateTimeFormat. Specify locale and time zone for accurate, localized time data.
Instructions
Get current time formatted with Intl.DateTimeFormat
Input Schema
Name | Required | Description | Default |
---|---|---|---|
locale | No | Locale for formatting (e.g., en-US) | en-US |
timeZone | No | Time zone (e.g., America/New_York) | UTC |