dami0806 commented on issue #6647:
URL: https://github.com/apache/opendal/issues/6647#issuecomment-3394025949
Hi Xuanwo and tisonkun,
Thanks to your discussion, I’d like to share my understanding and current
progress.
As I understand it, the idea behind issue #6647 is as follows,
and I’m proceeding accordingly:
- Introduce a `Timestamp` wrapper to centralize all date- and time-related
logic
(following a pattern similar to how `reqsign` wraps `chrono`).
- Place the wrapper under the `opendal::raw` module for internal use only,
without exposing it in the public API.
Current progress:
- Key groundwork completed: `core/src/raw/jiff_util.rs` has been removed.
- Implementation completed: core logic of the `Timestamp` wrapper in
`core/src/raw/time.rs` is finished.
- Ongoing: replacing remaining `jiff::Timestamp` usages across the codebase
and resolving compilation errors.
--
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]