Time Utilities API
Comprehensive time and date manipulation tools. Perfect for timezone conversions, date calculations, time differences, and time-related applications.Features
- Current Time: Get current time in any timezone
- Timezone Conversion: Convert between different timezones
- Time Calculations: Add/subtract time, calculate differences
- Date Parsing: Parse various date formats
- Timezone List: Get list of available timezones
- Multiple Formats: ISO 8601, RFC 2822, Unix timestamp
- No Rate Limits: Unlimited requests
Quick Start
Get current time in a specific timezone:Available Operations
Time Information
- current: Get current time information (default)
- timezones: List all available timezones
Time Calculations
- difference: Calculate time difference between two dates
- add: Add time to a datetime
- subtract: Subtract time from a datetime
Timezone Operations
- convert_timezone: Convert datetime between timezones
- timezone_info: Get information about a specific timezone
Use Cases
- Scheduling: Calculate meeting times across timezones
- Date Calculations: Add/subtract days, hours, minutes
- Timezone Handling: Convert times for international applications
- Event Planning: Calculate event durations and deadlines
- Data Processing: Parse and format timestamps
- Calendar Applications: Handle date arithmetic
Time Format Support
The API supports multiple input and output formats:- ISO 8601:
2024-01-15T10:30:00Z
- Date Only:
2024-01-15
- Unix Timestamp:
1705312200
- RFC 2822:
Mon, 15 Jan 2024 10:30:00 -0500
- Custom Formats: Various date/time combinations
Timezone Support
Supports all standard timezone identifiers:- Continental:
America/New_York
,Europe/London
,Asia/Tokyo
- UTC Variants:
UTC
,UTC+5
,UTC-8
- Abbreviations:
EST
,PST
,GMT
(when unambiguous)
Time Units
Supported time units for calculations:- seconds: 1 second
- minutes: 60 seconds
- hours: 3600 seconds
- days: 86400 seconds
- weeks: 604800 seconds
- months: Variable (28-31 days)
- years: Variable (365-366 days)
Next Steps
- View API Endpoints - Complete endpoint reference
- See Examples - Code samples in multiple languages