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 TimestampInterpretation for flexible timestamp parsing #66

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Jun 25, 2024

  1. - Added TimestampInterpretation enum with Auto and `AlwaysSeconds…

    …` variants.
    
    - Updated `TimeConfig` to include a `timestamp_interpretation` field.
    - Modified `TimeConfigBuilder` to allow setting the `timestamp_interpretation`.
    doziestar committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2ad64fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7beec8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da4d034 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    859d30a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27aec42 View commit details
    Browse the repository at this point in the history
  6. fix newline

    doziestar committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    bd908b8 View commit details
    Browse the repository at this point in the history
  7. feat: Add tests for enum

    doziestar committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    05ce653 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a121497 View commit details
    Browse the repository at this point in the history