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

Introducing two new config parameters #13

Closed
wants to merge 3 commits into from
Closed

Introducing two new config parameters #13

wants to merge 3 commits into from

Conversation

wneessen
Copy link

  • TZ_LOCAL_NAME: allows to override the display of "Local" with a name of coice
  • TZ_24H: allows to display the header time in 24h format instead of 12h format

Using the TZ_LOCAL_NAME environment variable, one can override
the display name of the "Local" timezone I am currently in.
Using the TZ_24H environment variable, one can override
the default time display format of 12h format and use the
24h format instead
TZ_LOCAL_NAME was only working when TZ_LIST was defined
@oz
Copy link
Owner

oz commented Mar 24, 2021

This is a nice improvement, but I feel that it is at odd with issue #1, where we could make these preferences into configuration options or flags. Mostly, I'd like the number of env. variables to range from 0 to 2, but not higher.

@oz oz closed this Mar 24, 2021
@wneessen
Copy link
Author

Understood. Out of curiosity, would it be of any interest if I implement basic configuration via optional flags?

@oz
Copy link
Owner

oz commented Mar 26, 2021 via email

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

2 participants