Function time_util::next_day[][src]

pub fn next_day(now: SystemTime) -> SystemTime
Expand 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.