refactor: replace chrono with time-rs

This commit is contained in:
ThetaDev 2022-10-18 22:53:09 +02:00
parent b5f6b7a174
commit 3c1cc92461
16 changed files with 195 additions and 112 deletions

View file

@ -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/"),

View file

@ -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,