Use timezone-aware objects to represent datetimes in UTC.#341
Use timezone-aware objects to represent datetimes in UTC.#341fujitatomoya wants to merge 1 commit intorollingfrom
Conversation
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
|
Pulls: #341 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## rolling #341 +/- ##
========================================
Coverage 88.94% 88.94%
========================================
Files 24 24
Lines 615 615
Branches 64 64
========================================
Hits 547 547
Misses 50 50
Partials 18 18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
thanks @fujitatomoya , this looks similar in purpose as #300 that removes every use of utcnow in sros2. |
|
@mikaelarguedas thanks for the info! let's work on #300 |
address following deprecation warnings.
Note
even with this PR, there are still same warnings come up. i think these are from dependent modules, because there is nowhere else sros2 uses deprecated API.