hour¶
Returns the number of hours since Jan 1 1970 in the given time zone.
Transform Details¶
Input Schema | Output Schema |
---|---|
{}
| {
"type": "integer"
}
|
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" |