Skip to content

Improve timestamp handling #3

@ashmastaflash

Description

@ashmastaflash

Improve timestamp handling:

Add a synthetic column for handling timestamps. This will add a column to output which will be a python datetime object (composed from ts_sec and ts_usec).

Provide functionality to make time-related queries using a Python datetime object instead of having to reduce query args to two timestamp-related fields.

Add the ability to query using ISO 8601-formatted timestamp. Prioritize so that if multiple timestamps are provided with kwargs, the priority (in order of importance) should be:

  1. ts_sec, ts_usec
  2. datetime object
  3. ISO 8601

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions