Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Mar 2017 03:20:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217599] [new port] devel/cctz - c++ library for handling time zones, etc.
Message-ID:  <bug-217599-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217599

            Bug ID: 217599
           Summary: [new port] devel/cctz - c++ library for handling time
                    zones, etc.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: z7dr6ut7gs@snkmail.com

Created attachment 180583
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D180583&action=
=3Dedit
[new port] devel/cctz

C++ library to handle time zones (groks Olson time zone files) and other
artifacts of civil time and what the library calls absolute time.

QA:
 portlint - ok
 stage-qa - ok
 testport - ok (10-stable/amd64)

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

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). This library is
  declared in civil_time.h.

_ 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_. This library is declared in
  time_zone.h.

WWW: http://github.com/google/cctz

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217599-13>