#[test] fn test_dayjs() { let now = dayjs::dayjs(); println!("{}", &now); }