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

add value() parameter to date-parser() #4319

Merged
merged 6 commits into from Feb 14, 2023

Commits on Feb 13, 2023

  1. timeutils: add scan_iso_timezone() function

    Signed-off-by: Balazs Scheidler <bazsi77@gmail.com>
    bazsi committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    d527f03 View commit details
    Browse the repository at this point in the history
  2. type-hinting: improve type_cast_to_datetime_msec() function

    The implementation is changed to allow for more granular timestamps
    and eventually to also store a timezone value.
    
    Signed-off-by: Balazs Scheidler <bazsi77@gmail.com>
    bazsi committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7b3d268 View commit details
    Browse the repository at this point in the history
  3. type-hinting: add support for extracting a DATETIME value as UnixTime

    Also add support for storing the timezone offset along with sec/usec.
    
    Signed-off-by: Balazs Scheidler <bazsi77@gmail.com>
    bazsi committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    483a496 View commit details
    Browse the repository at this point in the history
  4. date-parser: allow extracting the parsed value into a name-value pair

    Signed-off-by: Balazs Scheidler <bazsi77@gmail.com>
    bazsi committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c28afad View commit details
    Browse the repository at this point in the history
  5. $(format-date): add support for UnixTime based DATETIME values

    This adds support for timezones. Unfortunetely strftime() does not support
    fractions of a second, so that's not yet supported.
    
    Signed-off-by: Balazs Scheidler <bazsi77@gmail.com>
    bazsi committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ed0c05f View commit details
    Browse the repository at this point in the history
  6. news: add news file for syslog-ng#4319

    Signed-off-by: Balazs Scheidler <bazsi77@gmail.com>
    bazsi committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    122940e View commit details
    Browse the repository at this point in the history