We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10935cc commit b04d49cCopy full SHA for b04d49c
spotify_player/src/main.rs
@@ -84,7 +84,7 @@ async fn init_spotify(
84
fn init_logging(cache_folder: &std::path::Path) -> Result<()> {
85
let log_prefix = format!(
86
"spotify-player-{}",
87
- chrono::Local::now().format("%y-%m-%d-%R")
+ chrono::Local::now().format("%y-%m-%d-%H-%M")
88
);
89
90
// initialize the application's logging
0 commit comments