Minor edit for testing
This commit is contained in:
parent
3460dbca86
commit
01286a3ea3
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@ extern crate chrono;
|
||||||
use chrono::UTC;
|
use chrono::UTC;
|
||||||
|
|
||||||
pub fn after(input_date: UTC) -> UTC {
|
pub fn after(input_date: UTC) -> UTC {
|
||||||
let utc: lived_for_date = input_date + Duration::seconds(1_000_000_000);
|
let UTC: lived_for_date = input_date + Duration::seconds(1_000_000_000);
|
||||||
return lived_for_date;
|
return lived_for_date;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue