Name Date Size #Lines LOC

..09-Aug-2023-

LICENSE.rstH A D31-Aug-20211.1 KiB2318

README.rstH A D31-Aug-2021347 1510

astro.cH A D31-Aug-202111.4 KiB314135

astro.hH A D31-Aug-20214 KiB7516

dow.cH A D17-Jun-20226.2 KiB217149

fallbackmap.hH A D31-Aug-20211.9 KiB4342

interval.cH A D30-Nov-202212.6 KiB443335

parse_date.cH A D10-Jan-2023542.2 KiB26,68026,365

parse_date.reH A D10-Jan-202374.7 KiB2,6822,375

parse_iso_intervals.cH A D14-Sep-202223.5 KiB1,054977

parse_iso_intervals.reH A D14-Sep-202210.3 KiB449394

parse_posix.cH A D31-Aug-202113 KiB568380

parse_tz.cH A D08-Nov-202125.8 KiB953736

timelib.cH A D20-May-202210.4 KiB384307

timelib.hH A D22-Jun-202337.1 KiB1,090453

timelib_private.hH A D14-Sep-20224.5 KiB178113

timezonedb.hH A D29-Mar-20236.1 MiB70,00367,511

timezonemap.hH A D31-Aug-202163.8 KiB1,1281,127

tm2unixtime.cH A D14-Sep-202214 KiB494370

unixtime2tm.cH A D31-Aug-20216.5 KiB240158

README.rst

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