Google Calendar
GOOGLECALENDAR_GET_CURRENT_DATE_TIME
Gets the current date and time, allowing for a specific timezone offset.
Remote googlecalendar
Other tools also called GOOGLECALENDAR_GET_CURRENT_DATE_TIME?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"timezone": {
"type": "number",
"default": 0,
"description": "Timezone offset from UTC in hours. Use positive values for east of UTC, negative for west. Examples: Paris/Berlin: 1 (winter) or 2 (summer), London: 0 (winter) or 1 (summer), New York: -5 (winter) or -4 (summer), Los Angeles: -8 (winter) or -7 (summer), Tokyo: 9, Mumbai: 5.5, Sydney: 10 (winter) or 11 (summer). Default 0 is UTC.\nExamples:\n 0\n 1\n 2\n -5\n -4\n -8\n -7\n -6\n 3\n 5.5\n 8\n 9\n 10\n 11\n -3\n 4\n 2\n -10\n -9\n 5.75\n 6.5\n -3.5"
}
}
}