Skip to content

To Timezone Node

Utils/DateTime

Reads a date in another timezone. The instant stays the same, the wall clock changes

utils_datetime_to_timezonestd
Inputs3
Outputs3
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

3

Date

Date
date

Input Date

Timezone

String
timezone

IANA timezone name, for example Europe/Berlin or America/New_York

Default UTC

Format

String
format

Format for the text output, for example %Y-%m-%d %H:%M

Default %Y-%m-%d %H:%M:%S

Output Pins

3

Date

Date
date_out

The same instant carrying the target offset

Formatted

String
formatted

Local wall clock time as text

Offset Seconds

Integer
offset_seconds

Offset from UTC at that instant, daylight saving included

Node Info

Internal name
utils_datetime_to_timezone
Category
Utils/DateTime