[Bug 217599] [new port] devel/cctz - c++ library for handling time zones, etc.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Mar 7 03:20:21 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217599
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 at FreeBSD.org
Reporter: z7dr6ut7gs at snkmail.com
Created attachment 180583
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=180583&action=edit
[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)
=================
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
=================
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list