TimestampToDateTime
Converts UTC timestamp to date and time in selected timezone.
Syntax
C++
Python
def TimestampToDateTime( inTimestamp: Timestamp, outDateTime: DateTime, /, *, inTimezone: TimezoneKind = TimezoneKind.UTC ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inTimestamp | Timestamp | UTC timestamp | |
![]() |
inTimezone | TimezoneKind | TimezoneKind.UTC | Timezone to convert to |
![]() |
outDateTime | DateTime | Date and time in selected timezone |


