[16.0][FWP] connector_extension - #945
Open
eantones wants to merge 1 commit into
Open
Conversation
External systems may have a server timezone different from the data timezone. For example, a Portuguese healthcare system (data TZ) hosted on a Spanish server (server TZ). Technical timestamps like modification dates follow the server TZ, while business data follows the data TZ. Add a mandatory server_tz field and server_tz_to_utc/utc_to_server_tz methods. Extract _convert_tz static helper to avoid code duplication across all conversion methods. Rename tz_to_local to utc_to_local for clarity, keeping tz_to_local as a deprecated alias.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 16.0 #945 +/- ##
==========================================
+ Coverage 54.00% 54.05% +0.04%
==========================================
Files 337 337
Lines 6947 6952 +5
Branches 1035 1035
==========================================
+ Hits 3752 3758 +6
+ Misses 3057 3056 -1
Partials 138 138 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Forward-port of the pending 14.0 commit detected by the migration gate sweep (2026-07-05).
Ported:
Not ported: the per-module dotfiles regen commit (16.0 keeps its own generated docs state).
Note: chain doctrine — once merged, 16→17→18 propagation follows on the next sweep.