pub fn next_day(now: SystemTime) -> SystemTimeExpand description
Calculate the time stamp representing the next day of the given time stamp.
Note that currently a time stamp marking precisely midnight will not advance to the next day.
pub fn next_day(now: SystemTime) -> SystemTimeCalculate the time stamp representing the next day of the given time stamp.
Note that currently a time stamp marking precisely midnight will not advance to the next day.