Timezone#
- pylibcudf.io.timezone.make_timezone_transition_table(str tzif_dir, str 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.