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

Time fmt #6

Merged
merged 2 commits into from
Mar 27, 2021
Merged

Time fmt #6

merged 2 commits into from
Mar 27, 2021

Conversation

rusq
Copy link
Owner

@rusq rusq commented Mar 27, 2021

Fixes #5:

  • introduce new command line parameter -time-format that allows to specify the required time/date format in the CSV output. Format is described in Golang time package doc

@rusq rusq merged commit 8106045 into master Mar 27, 2021
@rusq rusq deleted the time-fmt branch March 27, 2021 10:00
@pagaille
Copy link

pagaille commented Mar 27, 2021

Hey, thanks @rusq 😊 It works perfectly.

It could be useful to shortly explain how the time format is set in the README. Also if you could implement a function that copies the file from its default location (to avoid the lock) it would certainly be helpful. I personally would not use the -f command line setting (anything not beginning by - is considered as the filename).

@rusq
Copy link
Owner Author

rusq commented Mar 27, 2021

@pagaille thanks for your usability suggestions, implemented in #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to configure the time/date output format
2 participants