This PR adds an optional utc_offset parameter to the Adjust source, allowing users to specify a UTC offset for data retrieval. If not provided, it defaults to "+00:00".
Key Changes:
URI Parsing: Added utc_offset parsing in AdjustSource.
Source Function: Updated adjust_source to accept utc_offset.
Helper Function: Set default utc_offset to "+00:00" in fetch_report_data.
Documentation: Updated Adjust source docs to include utc_offset.
This PR adds an optional
utc_offset
parameter to the Adjust source, allowing users to specify a UTC offset for data retrieval. If not provided, it defaults to"+00:00"
.Key Changes:
utc_offset
parsing inAdjustSource
.adjust_source
to acceptutc_offset
.utc_offset
to"+00:00"
infetch_report_data
.utc_offset
.