TimezoneDatabase ================ .. cpp:class:: numpy::TimezoneDatabase numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use TimezoneDatabase TimezoneDatabase obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``TimezoneDatabase(const TimezoneDatabase &)`` - NP_TIMEZONE.H:321 - Operators --------- .. list-table:: :widths: 40 25 15 20 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``TimezoneDatabase & operator=(const TimezoneDatabase &)`` - TimezoneDatabase & - NP_TIMEZONE.H:322 - Other Methods ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``void initializeBuiltinTimezones()`` - void - NP_TIMEZONE.H:301 - * - ``TimezoneDatabase & instance()`` - TimezoneDatabase & - NP_TIMEZONE.H:162 - * - ``void registerAlias(const std::string &alias, const std::string &timezone_name)`` - void - NP_TIMEZONE.H:240 - * - ``void registerTimezone(const std::string &name, std::shared_ptrtz)`` - void - NP_TIMEZONE.H:234 -