We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf0a16 commit 4e2e7c0Copy full SHA for 4e2e7c0
examples/httpd/src/main.rs
@@ -20,7 +20,7 @@ fn main() {
20
request.headers()
21
);
22
23
- let now = time::OffsetDateTime::now_utc();
+ let now = time::OffsetDateTime::now_utc();
24
let text = format!(
25
"Hello from RustyHermit {}!\nThe current UTC time is {}!\n",
26
String::from_utf8(crab.clone()).unwrap_or_default(),
0 commit comments