Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parser: Support 'System' timezone in Time_Offset #7994

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 30, 2023

  1. parsre: fix tzone_offset test

    Resolves a bug that caused 8 of test cases being skipped in
    test_parser_tzone_offset
    
    Signed-off-by: Sijmen Huizenga <sijmenhuizenga@gmail.com>
    SijmenHuizenga committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    1cef8e2 View commit details
    Browse the repository at this point in the history
  2. parser: Fix hour validation in timezone offset parsing

    Signed-off-by: Sijmen Huizenga <sijmenhuizenga@gmail.com>
    SijmenHuizenga committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    b7ee1e8 View commit details
    Browse the repository at this point in the history
  3. parser: Support system timezone in Time_Offset

    Add the 'System' option to Time_Offset that uses the system timezone
    to compute the UTC offset during startup.
    
    As proposed in fluent#593
    
    Signed-off-by: Sijmen Huizenga <sijmenhuizenga@gmail.com>
    SijmenHuizenga committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    33e624f View commit details
    Browse the repository at this point in the history