Provides time and date utilities including timezone conversions, relative time calculations, and timestamp operations. Available both locally and as a remote service.

1161 views1Remote

What it does

  • Get current time in any timezone
  • Convert times between timezones
  • Calculate relative time descriptions
  • Generate Unix timestamps
  • Find days in specific months
  • Get week numbers for dates

Best for

Applications handling multiple timezonesScheduling and calendar systemsData processing with timestampsInternational business workflows
Dual-mode: local and remote accessNo API key neededRemote — zero setup

Tools (6)

current_time

Returns the current time in UTC and a specified or guessed timezone.

relative_time

Calculates the relative time from now to a given time string.

days_in_month

Returns the number of days in the month of a given date.

get_timestamp

Converts a date-time string to a Unix timestamp in milliseconds.

convert_time

Converts a time from a source timezone to a target timezone.

Alternatives