yearmonth¶
Returns the month name during which the datapoint happened (‘January’,’February’…)
Transform Details¶
Input Schema | Output Schema |
---|---|
{}
| {
"type": "string"
}
|
Arguments¶
# | Description | Type | Schema | Default |
---|---|---|---|---|
1 | The time zone to use for determining timestamps, in IANA timezone database format (ex: 'America/New_York'). 'Local' uses the server time zone. 'UTC' uses UTC. | const | {
"type": "string"
}
| "Local" |