| 1128 | } |
| 1129 | |
| 1130 | static void date_now(struct tm *tm, struct tm *now, int *num) |
| 1131 | { |
| 1132 | *num = 0; |
| 1133 | update_tm(tm, now, 0); |
| 1134 | } |
| 1135 | |
| 1136 | static void date_yesterday(struct tm *tm, struct tm *now, int *num) |
| 1137 | { |
nothing calls this directly
no test coverage detected