mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Use -u instead of --utc date flag
This commit is contained in:
parent
eee50b6921
commit
c24bdab97e
3 changed files with 3 additions and 3 deletions
|
@ -108,7 +108,7 @@ fn run_fuzzer() -> Result<()> {
|
|||
}
|
||||
|
||||
fn date_iso() -> Result<String> {
|
||||
let res = cmd!("date --utc +%Y-%m-%d").read()?;
|
||||
let res = cmd!("date -u +%Y-%m-%d").read()?;
|
||||
Ok(res)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue