~/website

8bbbbea308d9c581275c1f4335e33fbd7c6976ba — Arthur Melton cd00e4d6 2 years ago
push to utc noon
1 files changed, 2 insertions(+), 2 deletions(-)

M src/main.rs
M src/main.rs => src/main.rs +2 -2
@@ 222,7 222,7 @@ fn main() {

                        .expect("cant get the content of a blog (should never happen)")
                        .to_string(),
                    date_published: format!(
                        "{}T00:00:00+00:00",
                        "{}T12:00:00+00:00",
                        x.config["date"].as_str().expect("no date on blog")
                    ),
                })

@@ 274,7 274,7 @@ fn main() {

                                "%Y-%m-%d",
                            )
                            .expect("Cant read date")
                            .format("%a, %d %b %Y 00:00:00 +0000")
                            .format("%a, %d %b %Y 12:00:00 +0000")
                            .to_string(),
                        );
                        item