refactor: replace chrono with time-rs
This commit is contained in:
parent
b5f6b7a174
commit
3c1cc92461
16 changed files with 195 additions and 112 deletions
|
|
@ -143,7 +143,7 @@ Channel(
|
|||
),
|
||||
],
|
||||
content: ChannelInfo(
|
||||
create_date: Some("2009-04-04T00:00:00+02:00"),
|
||||
create_date: Some("2009-04-04"),
|
||||
view_count: Some(186854342),
|
||||
links: [
|
||||
("EEVblog Web Site", "http://www.eevblog.com/"),
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ Channel(
|
|||
),
|
||||
],
|
||||
channel: None,
|
||||
publish_date: Some("2022-09-27T18:00:00+02:00"),
|
||||
publish_date: Some("2022-09-27T16:00:00Z"),
|
||||
publish_date_txt: None,
|
||||
view_count: Some(237),
|
||||
is_live: false,
|
||||
|
|
|
|||
Reference in a new issue