tisonkun opened a new issue, #6647: URL: https://github.com/apache/opendal/issues/6647
Currently, we have several spare parts handling `jiff::Timestamp` and related datetime logics. Some of them are located at [jiff_util.rs](https://github.com/apache/opendal/blob/4fe414170bf670a952c4e48e8b78db5b3a865b8d/core/src/raw/jiff_util.rs) while others are inlined, so you can search `jiff::` to find them. To handle datetime logic modular and centralized, we can follow how reqsign encapsulates it: * https://github.com/apache/opendal-reqsign/blob/60d1ca93/core/src/time.rs * https://github.com/apache/opendal-reqsign/pull/634 This should be easy to follow so I mark it as a good first issue. Feel free to take it over and submit a patch for review. -- 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]
