mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
tests/pr: include one more possible minute
This commit is contained in:
parent
54ccfdfd9f
commit
285eeac1fb
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ fn file_last_modified_time(ucmd: &UCommand, path: &str) -> String {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn all_minutes(from: DateTime<Local>, to: DateTime<Local>) -> Vec<String> {
|
fn all_minutes(from: DateTime<Local>, to: DateTime<Local>) -> Vec<String> {
|
||||||
|
let to = to + Duration::minutes(1);
|
||||||
const FORMAT: &str = "%b %d %H:%M %Y";
|
const FORMAT: &str = "%b %d %H:%M %Y";
|
||||||
let mut vec = vec![];
|
let mut vec = vec![];
|
||||||
let mut current = from;
|
let mut current = from;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue