commit | c5ba65bb6a6a4b5552071ffd2bbaaff7de65d376 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Jan 28 00:30:25 2018 -0500 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Sun Jan 28 14:30:22 2018 -0500 |
tree | 3f1172eab4a7d664015474cf13e156004bc806d7 | |
parent | d567aab38e5f8495c521eca6ba3af01ac216c9f9 [diff] |
util: fix Y2038 problem in time::toString() Avoid using time_t, which cannot correctly represent dates after 19 January 2038 on 32-bit systems. Change-Id: I04e8d31a1c04a112cbc81810143fe2233e6dcc22 Refs: #3915
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: https://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
If you are new to the NDN community of software generally, read the Contributor's Guide.
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.