C
CurrentTimeUTC
Provides current UTC time and converts times between different timezones using IANA timezone identifiers.
202 viewsRemote
What it does
- Get current UTC time in ISO 8601 format
- Convert times between any supported timezones
- List all available IANA timezone identifiers
- Handle timezone-aware scheduling operations
Best for
Applications with global users across timezonesScheduling systems requiring timezone accuracyData processing with timestamp normalization
Uses standard IANA timezone databaseISO 8601 time formatting
Tools (3)
get_utc_time
Get current UTC time in ISO 8601 format
convert_time
Convert time between different timezones
list_timezones
Get list of supported IANA timezone identifiers