Name Date Size #Lines LOC

..13-Sep-2024-

LICENSE.rstH A D30-Aug-20221.1 KiB2318

README.rstH A D14-Sep-2022352 1510

astro.cH A D30-Aug-202211.4 KiB314135

astro.hH A D30-Aug-20224 KiB7516

dow.cH A D30-Aug-20226.2 KiB217149

fallbackmap.hH A D30-Aug-20221.9 KiB4342

interval.cH A D18-Apr-202311.1 KiB390290

parse_date.cH A D11-Sep-2024515.8 KiB25,61525,285

parse_date.reH A D11-Sep-202476.7 KiB2,7652,445

parse_iso_intervals.cH A D11-Sep-202423.6 KiB1,0911,013

parse_iso_intervals.reH A D14-Sep-202210.3 KiB449394

parse_posix.cH A D30-Aug-202213 KiB568380

parse_tz.cH A D14-Sep-202226.2 KiB974755

timelib.cH A D23-Nov-202310.4 KiB392311

timelib.hH A D11-Sep-202437.7 KiB1,105456

timelib_private.hH A D11-Sep-20244.7 KiB187121

timezonedb.hH A D06-Sep-20246.2 MiB70,85268,357

timezonemap.hH A D30-Aug-202263.8 KiB1,1281,127

tm2unixtime.cH A D21-Apr-202315.4 KiB512376

unixtime2tm.cH A D14-Sep-20226.4 KiB239157

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 re2c``
15