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

in timelog, support an option to define ones own time format in strftime() format #10

Open
wwalker opened this issue Dec 6, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@wwalker
Copy link
Owner

wwalker commented Dec 6, 2019

default strftime/date format (in ilts) is :

%Y-%m-%d_%H:%M:%S.%N
2019-12-06_15:26:40.740187

(micros is not supported in the strftime() format, ilts is written in Go which does support it)

The date command does support %N (nanoseconds)

This will depend/interoperate with the solution for #3

@wwalker wwalker added the enhancement New feature or request label Dec 6, 2019
@wwalker wwalker self-assigned this Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant