Timezone#
- pylibcudf.io.timezone.make_timezone_transition_table(str tzif_dir, str timezone_name, Stream stream=None, DeviceMemoryResource mr=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
- mrDeviceMemoryResource, optional
Device memory resource used to allocate the returned table’s device memory
- Returns:
- Table
The transition table for the given timezone.