Google Super
GOOGLESUPER_GET_CURRENT_DATE_TIME
Gets the current date and time, allowing for a specific timezone offset.
Remote googlesuper
Other tools also called GOOGLESUPER_GET_CURRENT_DATE_TIME?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"timezone": {
"type": "number",
"title": "Timezone",
"default": 0,
"examples": [
0,
1,
2,
-5,
-4,
-8,
-7,
-6,
3,
5.5,
8,
9,
10,
11,
-3,
4,
2,
-10,
-9,
5.75,
6.5,
-3.5
],
"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."
}
}
}