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

Csv time formats #2906

Merged
merged 12 commits into from Feb 21, 2023
Merged

Csv time formats #2906

merged 12 commits into from Feb 21, 2023

Conversation

Azanul
Copy link
Contributor

@Azanul Azanul commented Feb 8, 2023

This PR adds multiple datetime formats other for CSV output format.
Formats to be added:

  • UnixNano
  • RFC3339Nano
  • UnixMilli
  • UnixMicro

Closes #2839

@CLAassistant
Copy link

CLAassistant commented Feb 8, 2023

CLA assistant check
All committers have signed the CLA.

@Azanul Azanul marked this pull request as ready for review February 8, 2023 13:35
Copy link
Contributor

@imiric imiric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! 🙇 LGTM

We arguably don't need the microsecond precision, but it doesn't hurt to give the option if someone needs it.

@imiric imiric added the documentation-needed A PR which will need a separate PR for documentation label Feb 9, 2023
@imiric imiric added this to the v0.44.0 milestone Feb 9, 2023
Copy link
Collaborator

@codebien codebien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for your contribution @Azanul

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation-needed A PR which will need a separate PR for documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use same timestamp in csv results as in json
4 participants