Timezone#
- pylibcudf.io.timezone.make_timezone_transition_table(unicode tzif_dir, unicode timezone_name) 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
- Returns:
- Table
The transition table for the given timezone.