Skip to content

Make Date header parsing locale-independent#1667

Merged
diachenko-mischa merged 2 commits intomasterfrom
mdiachenko/HERESUP-57013-LocaleIndependantDateParsingBoost
Feb 25, 2026
Merged

Make Date header parsing locale-independent#1667
diachenko-mischa merged 2 commits intomasterfrom
mdiachenko/HERESUP-57013-LocaleIndependantDateParsingBoost

Conversation

@diachenko-mischa
Copy link
Contributor

Use boost::date_time to ensure cross platform compatibility.
Supersedes the b877dc4

Relates-To: HERESUP-57013

@diachenko-mischa diachenko-mischa force-pushed the mdiachenko/HERESUP-57013-LocaleIndependantDateParsingBoost branch from 4aadfd6 to 4863a44 Compare February 23, 2026 18:18
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

❌ Patch coverage is 83.66013% with 25 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.37%. Comparing base (c08da4f) to head (5b516cb).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
olp-cpp-sdk-authentication/src/Rfc1123Helper.cpp 83.55% 10 Missing and 15 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1667      +/-   ##
==========================================
+ Coverage   80.33%   80.37%   +0.04%     
==========================================
  Files         350      351       +1     
  Lines       14052    14186     +134     
  Branches     1517     1543      +26     
==========================================
+ Hits        11288    11401     +113     
- Misses       2147     2156       +9     
- Partials      617      629      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Use boost::date_time to ensure cross platform compatibility.
Supersedes the b877dc4

Relates-To: HERESUP-57013

Signed-off-by: Mykhailo Diachenko <ext-mykhailo.z.diachenko@here.com>
@diachenko-mischa diachenko-mischa force-pushed the mdiachenko/HERESUP-57013-LocaleIndependantDateParsingBoost branch from 6c7ec07 to a279c11 Compare February 24, 2026 06:26
@@ -0,0 +1,322 @@
/*
* Copyright (C) 2020-2024 HERE Europe B.V.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Copyright (C) 2020-2024 HERE Europe B.V.
* Copyright (C) 2026 HERE Europe B.V.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

@@ -0,0 +1,38 @@
/*
* Copyright (C) 2020-2026 HERE Europe B.V.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Copyright (C) 2020-2026 HERE Europe B.V.
* Copyright (C) 2026 HERE Europe B.V.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@@ -0,0 +1,117 @@
/*
* Copyright (C) 2020-2024 HERE Europe B.V.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Copyright (C) 2020-2024 HERE Europe B.V.
* Copyright (C) 2026 HERE Europe B.V.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Copyright (C) 2020-2026 HERE Europe B.V.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed

- increased coverage
- updated copyright headers
- add leap seconds boundary

Relates-To: HERESUP-57013
Signed-off-by: Mykhailo Diachenko <ext-mykhailo.z.diachenko@here.com>
@diachenko-mischa diachenko-mischa force-pushed the mdiachenko/HERESUP-57013-LocaleIndependantDateParsingBoost branch from e29ba09 to 5b516cb Compare February 24, 2026 17:03
@diachenko-mischa diachenko-mischa merged commit b458435 into master Feb 25, 2026
23 checks passed
@diachenko-mischa diachenko-mischa deleted the mdiachenko/HERESUP-57013-LocaleIndependantDateParsingBoost branch February 25, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants