Name Date Size #Lines LOC

..18-Mar-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 D23-Nov-2023515.7 KiB25,61125,284

parse_date.reH A D23-Nov-202376.6 KiB2,7612,442

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 D30-Aug-202213 KiB568380

parse_tz.cH A D14-Sep-202226.2 KiB974755

timelib.cH A D23-Nov-202310.4 KiB392311

timelib.hH A D23-Nov-202337.7 KiB1,105456

timelib_private.hH A D14-Sep-20224.5 KiB178113

timezonedb.hH A D02-Feb-20246.1 MiB70,10467,610

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