summaryrefslogtreecommitdiff
path: root/src/localtime.c
Commit message (Expand)AuthorAgeFilesLines
* fix typos (#10402)a2tt2022-03-091-1/+1
* update leap year comment when div by 400jem2018-09-181-2/+2
* update leap year commentandrewsensus2018-07-131-1/+1
* Localtime: clarify is_leap_year() working with comments.antirez2018-07-041-4/+4
* Localtime: fix comment about leap year.antirez2018-07-041-1/+1
* Localtime: fix daylight saving adjustment. Use * not +.antirez2018-07-041-1/+1
* Localtime: fix daylight time documentation and computation.antirez2018-07-041-4/+14
* Localtime: add a test main() function to check the output.antirez2018-07-041-1/+15
* Localtime: day of month is 1 based. Convert from 0 based "days".antirez2018-07-041-2/+2
* Localtime: fix timezone adjustment.antirez2018-07-041-1/+2
* Localtime: compute year, month and day of the month.antirez2018-07-041-0/+26
* Localtime: basics initial calculations. Year missing.antirez2018-07-041-2/+30
* Localtime function skeleton and file added.antirez2018-07-041-0/+44