Timezone#
2026-03-11
19 min read time
Applies to Linux
- pylibhipdf.io.timezone.make_timezone_transition_table(unicode tzif_dir, unicode timezone_name, Stream stream=None) Table#
Creates a transition table to convert ORC timestamps to UTC.
Parameters#
- tzif_dirstr
The directory where the TZif files are located
- timezone_namestr
standard timezone name
- streamStream, optional
CUDA stream for device memory operations and kernel launches
Returns#
- Table
The transition table for the given timezone.