Skip to content

docs: pipeline: parsers: configuring-parser: add time_zone parameter#2602

Open
eschabell wants to merge 1 commit into
fluent:masterfrom
eschabell:erics_parser_configuring_updates
Open

docs: pipeline: parsers: configuring-parser: add time_zone parameter#2602
eschabell wants to merge 1 commit into
fluent:masterfrom
eschabell:erics_parser_configuring_updates

Conversation

@eschabell

@eschabell eschabell commented Jun 6, 2026

Copy link
Copy Markdown
Collaborator
  • Document the time_zone parser configuration parameter, which supports IANA timezone names (for example, America/New_York, Europe/Berlin) for applying a timezone to timestamps that contain no timezone information.

Note: this update is for code change without corresponding doc PR.

Summary by CodeRabbit

  • Documentation
    • Updated parser configuration documentation to include the time_zone parameter, which provides support for IANA timezone names and takes precedence over the time_offset parameter.

  - Document the time_zone parser configuration parameter, which supports
    IANA timezone names (for example, America/New_York, Europe/Berlin) for
    applying a timezone to timestamps that contain no timezone information.

  Note: this update is for code change without corresponding doc PR.

Signed-off-by: Eric D. Schabell <eric@schabell.org>
@eschabell eschabell self-assigned this Jun 6, 2026
@eschabell eschabell requested a review from a team as a code owner June 6, 2026 11:18
@eschabell eschabell added waiting-on-review Waiting on a review from mainteners 5.0.7 labels Jun 6, 2026
@coderabbitai

coderabbitai Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 86cc43e7-0ae6-4c2a-a2c6-3d74839ad6ff

📥 Commits

Reviewing files that changed from the base of the PR and between 7a9326f and 9a24ab6.

📒 Files selected for processing (1)
  • pipeline/parsers/configuring-parser.md

📝 Walkthrough

Walkthrough

The pull request adds a single documentation entry to the parser configuration guide, describing the new time_zone parameter with IANA timezone name support and clarifying its precedence relationship with the existing time_offset parameter.

Changes

Parser Configuration Documentation

Layer / File(s) Summary
time_zone parameter documentation
pipeline/parsers/configuring-parser.md
Added time_zone parameter entry to the configuration parameters table, documenting support for IANA timezone names and specifying precedence over time_offset.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • patrick-stephens

Poem

🐰 A tiny doc update hops into view,
With timezone names, both old and new,
When both are set, one wins the race,
Time_zone takes precedence in this place! ⏰

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: adding documentation for a new time_zone parameter to the configuring-parser documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@eschabell

Copy link
Copy Markdown
Collaborator Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@eschabell

Copy link
Copy Markdown
Collaborator Author

@patrick-stephens ready for review!

@patrick-stephens patrick-stephens left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I thought I raised the lack of docs PR on the implementation PR...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5.0.7 waiting-on-review Waiting on a review from mainteners

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants