Page MenuHomePhabricator

[services][blob] Use chrono::DateTime for timestamps
ClosedPublic

Authored by bartek on Nov 24 2022, 1:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 3, 4:28 AM
Unknown Object (File)
Wed, Apr 3, 4:28 AM
Unknown Object (File)
Wed, Apr 3, 4:28 AM
Unknown Object (File)
Wed, Apr 3, 4:27 AM
Unknown Object (File)
Wed, Apr 3, 4:18 AM
Unknown Object (File)
Mar 17 2024, 9:47 PM
Unknown Object (File)
Mar 7 2024, 1:26 AM
Unknown Object (File)
Mar 5 2024, 1:17 AM
Subscribers

Details

Summary

Resolves ENG-2309

This allows me to use rfc3339 in the next diff.

Adding @ashoat as this adds a new dependency (however the same is used in identity service)

Depends on D5682

Test Plan

Cargo builds

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
tomek added 1 blocking reviewer(s): ashoat.
tomek added inline comments.
services/blob/Cargo.toml
16 ↗(On Diff #18805)

We shouldn't specify the patch version. Even now the most recent one is 0.4.23.

The same applies to other libraries.

This revision is now accepted and ready to land.Nov 28 2022, 10:56 PM

Removed specifying dependency patch version for chrono.