Package cctz: Information

    Source package: cctz
    Version: 2.4-alt1
    Build time:  Jul 18, 2024, 08:45 PM
    Category: Development/C++
    Report package bug
    License: Apache-2.0
    Summary: Translating between absolute and civil times using time zone rules
    Description: 
    CCTZ contains two libraries that cooperate with <chrono> to give C++
    programmers all the necessary tools for computing with dates, times, and time
    zones in a simple and correct manner. The libraries in CCTZ are:
      * The Civil-Time Library - This is a header-only library that supports
        computing with human-scale time, such as dates (which are represented by
        the cctz::civil_day class).
      * The Time-Zone Library - This library uses the IANA time zone database that
        is installed on the system to convert between absolute time and civil time.

    List of RPM packages built from this SRPM:
    cctz (e2kv6, e2kv5, e2kv4, e2k)
    cctz-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    cctz-devel (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Anton Farygin


      1. cmake
      2. ctest
      3. gcc-c++
      4. libbenchmark-devel
      5. libgmock-devel
      6. libgtest-devel
      7. make
      8. tzdata

    Last changed


    May 22, 2024 Anton Farygin 2.4-alt1
    - 2.3 -> 2.4
    June 8, 2021 Aleksei Nikiforov 2.3-alt3
    - Applied changes from upstream needed by clickhouse.
    - Cleaned up spec.
    April 27, 2021 Arseny Maslennikov 2.3-alt2.1
    - NMU: spec: adapted to new cmake macros.