Xuanwo commented on code in PR #5500:
URL: https://github.com/apache/opendal/pull/5500#discussion_r1901927812
##########
core/src/raw/chrono_util.rs:
##########
@@ -62,3 +62,25 @@ pub fn parse_datetime_from_from_timestamp(s: i64) ->
Result<DateTime<Utc>> {
Ok(st.into())
}
+
+/// format datetime into http date, this format is required by:
+/// https://httpwg.org/specs/rfc9110.html#field.if-modified-since
+///
Review Comment:
remove this empty comment line.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]