properly handle uptime
This commit is contained in:
parent
6e1713c967
commit
7d82a7bcfc
3 changed files with 33 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::collections::HashMap;
|
||||
|
||||
use chrono::{DateTime, NaiveTime, Timelike, Utc};
|
||||
use chrono::{DateTime, Timelike, Utc};
|
||||
|
||||
/// A forecast is used to divine specific weather patterns for a zone.
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue