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

Impelment time_format enhancement to use custom time formats #2179

Conversation

gutsohnCERT
Copy link
Contributor

Implementation and enhancement of time_format parameter to accept custom date formats (Fix #2105). Usage e.g. 'time_format': 'from_format|%d-%m-%Y %H:%M:%S'

@sebix sebix added feature Indicates new feature requests or new features component: bots labels May 19, 2022
@waldbauer-certat waldbauer-certat marked this pull request as ready for review July 12, 2022 07:08
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2022 gutsohnCERT
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
SPDX-FileCopyrightText: 2022 gutsohnCERT
SPDX-FileCopyrightText: 2022 CERT.at GmbH

Copy link
Member

Choose a reason for hiding this comment

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

I wonder why you want to change the license header from gutsohnCERT to CERT.at Gmbh. That does not make sense for me...

Copy link
Member

Choose a reason for hiding this comment

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

"gutsohnCERT" was an employee of CERT.at

Comment on lines +1 to +9
# comment with space before
# comment with tab before
# comment with mix of tabs and spaces before
# below line contains spaces only

# below line contains tabs only

# below line contains mix of tabs and spaces only

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
# comment with space before
# comment with tab before
# comment with mix of tabs and spaces before
# below line contains spaces only
# below line contains tabs only
# below line contains mix of tabs and spaces only

We could remove those lines, as they are not part of this test.

@aaronkaplan aaronkaplan added this to the 3.2.0 milestone Feb 8, 2023
@gethvi
Copy link
Contributor

gethvi commented May 20, 2023

This is superseded by #2329. Close?

@sebix sebix closed this May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: bots feature Indicates new feature requests or new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generic CSV parser: time conversion and time format
5 participants