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

New timestamp_format "human" with separators to increase human readability #571

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

derSeddy
Copy link

At first glance I'm having a hard time to read the dates the provided timestamp_format values generate, thus I added a new timestamp_format for increased human readability.

The new format is called human and it is like long but adds dashes as separators and replaces the T with an underscore.
Examples:

  • my_voulme.2023-11-23_19-53
  • my_voulme.2023-11-24_04-40

I added the format to the code and documentation and changed btrbk_timestamp_match to match the new format.

What do you think about the new format? Would you accept it like I provided it, or would you suggest different separators?

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.

None yet

1 participant