|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-Nov-2024 | - |
| LICENSE.rst | H A D | 28-Sep-2023 | 1.1 KiB | 23 | 18 |
| README.rst | H A D | 28-Sep-2023 | 352 | 15 | 10 |
| astro.c | H A D | 28-Sep-2023 | 11.4 KiB | 314 | 135 |
| astro.h | H A D | 28-Sep-2023 | 4 KiB | 75 | 16 |
| dow.c | H A D | 28-Sep-2023 | 6.2 KiB | 217 | 149 |
| fallbackmap.h | H A D | 28-Sep-2023 | 1.9 KiB | 43 | 42 |
| interval.c | H A D | 28-Sep-2023 | 11.1 KiB | 390 | 290 |
| parse_date.c | H A D | 11-Sep-2024 | 515.8 KiB | 25,615 | 25,285 |
| parse_date.re | H A D | 11-Sep-2024 | 76.7 KiB | 2,765 | 2,445 |
| parse_iso_intervals.c | H A D | 11-Sep-2024 | 23.6 KiB | 1,091 | 1,013 |
| parse_iso_intervals.re | H A D | 28-Sep-2023 | 10.3 KiB | 449 | 394 |
| parse_posix.c | H A D | 28-Sep-2023 | 13 KiB | 568 | 380 |
| parse_tz.c | H A D | 28-Sep-2023 | 26.2 KiB | 974 | 755 |
| timelib.c | H A D | 23-Nov-2023 | 10.4 KiB | 392 | 311 |
| timelib.h | H A D | 11-Sep-2024 | 37.7 KiB | 1,105 | 456 |
| timelib_private.h | H A D | 11-Sep-2024 | 4.7 KiB | 187 | 121 |
| timezonedb.h | H A D | 06-Sep-2024 | 6.2 MiB | 70,852 | 68,357 |
| timezonemap.h | H A D | 28-Sep-2023 | 63.8 KiB | 1,128 | 1,127 |
| tm2unixtime.c | H A D | 28-Sep-2023 | 15.4 KiB | 512 | 376 |
| unixtime2tm.c | H A D | 28-Sep-2023 | 6.4 KiB | 239 | 157 |
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