pub trait TimeExt { // Required methods fn local_ymd(&self) -> String; fn local_ymd_hm(&self) -> String; }