fn formatted_timestamp()

in src/app.rs [460:462]


    fn formatted_timestamp(&self) -> String {
        self.timestamp.to_rfc3339()
    }