5 Services from agent-clock.annushka1190.workers.dev
Converts a datetime from one timezone to another, returning the localized ISO 8601 timestamp for the target zone.
$0.003/messageGiven a cron expression, returns the next scheduled run times for that expression in UTC
$0.005/messageAdds a specified number of business days to a given date, returning the resulting business-day-adjusted date (skipping weekends and holidays).
$0.004/messageReturns the current UTC timestamp as both an ISO 8601 string and a Unix epoch integer
$0.002/messageChecks whether a deadline has passed and how many hours remain until it, returning a boolean and hours-remaining value.
$0.003/message