blob: 7a6d856c6ed6e6746495753e491a92e9d11dbcb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
timelib
=======
Timelib is a timezone and date/time library that can calculate local time,
convert between timezones and parse textual descriptions of date/time
information.
It is the library supporting PHP's Date/Time extension and MongoDB's time zone
support.
Build Requirements
------------------
On Debian: ``apt install libcpputest-dev``
|