Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update leap year comment when div by 400 | jem | 2018-09-18 | 1 | -2/+2 |
* | update leap year comment | andrewsensus | 2018-07-13 | 1 | -1/+1 |
* | Localtime: clarify is_leap_year() working with comments. | antirez | 2018-07-04 | 1 | -4/+4 |
* | Localtime: fix comment about leap year. | antirez | 2018-07-04 | 1 | -1/+1 |
* | Localtime: fix daylight saving adjustment. Use * not +. | antirez | 2018-07-04 | 1 | -1/+1 |
* | Localtime: fix daylight time documentation and computation. | antirez | 2018-07-04 | 1 | -4/+14 |
* | Localtime: add a test main() function to check the output. | antirez | 2018-07-04 | 1 | -1/+15 |
* | Localtime: day of month is 1 based. Convert from 0 based "days". | antirez | 2018-07-04 | 1 | -2/+2 |
* | Localtime: fix timezone adjustment. | antirez | 2018-07-04 | 1 | -1/+2 |
* | Localtime: compute year, month and day of the month. | antirez | 2018-07-04 | 1 | -0/+26 |
* | Localtime: basics initial calculations. Year missing. | antirez | 2018-07-04 | 1 | -2/+30 |
* | Localtime function skeleton and file added. | antirez | 2018-07-04 | 1 | -0/+44 |