quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Support specifying a timezone manually with strptime parser

Open guilload opened this issue 1 year ago • 2 comments

For instance:

name: timestamp
type: datetime
description: Time at which the event was emitted
input_formats:
  - rfc3339
  - unix_timestamp
  - "%Y %m %d %H:%M:%S.%f %z"
  - strptime:
      format: "%Y %m %d %H:%M:%S.%f"
      default_timezone: America/New_York

guilload avatar Apr 12 '23 15:04 guilload