Skip to content

Commit e8e35a3

Browse files
committed
update
1 parent 01c60e7 commit e8e35a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oryx-tui/src/export.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use crate::{
1717
pub fn export(packets: &[AppPacket]) -> AppResult<()> {
1818
let uid = unsafe { libc::geteuid() };
1919

20-
let local_date = Local::now().format("%Y-%m-%d_%Hh%M");
20+
let local_date = Local::now().format("%Y-%m-%d_%H-%M");
2121

2222
let oryx_export_dir = dirs::home_dir().unwrap().join("oryx");
2323

0 commit comments

Comments
 (0)