add ff support to rendering
This commit is contained in:
parent
4efbe0c44e
commit
e36f13f11b
3 changed files with 34 additions and 19 deletions
|
@ -77,7 +77,7 @@ pub fn format_date_long(d: Date) -> String {
|
|||
format!("{:02}. {month} {:04}", d.day, d.year)
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
|
||||
#[derive(Clone, Copy, Debug, Eq, PartialEq, PartialOrd, Ord)]
|
||||
pub struct Time {
|
||||
pub seconds: u32,
|
||||
pub micros: u32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue