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

Support displaying clock without perl (for non-macOS) #282

Merged
merged 7 commits into from
Jul 11, 2024

Conversation

Chemaclass
Copy link
Member

πŸ“š Description

Here #279 (diff) we found a way to enable the exec time for all OS, however it's depending on perl. It is very unluckily that it's not installed by default, but in case it wouldn't be installed it would be interesting to use the old logic using date - which is something that all OS should have with more probability than perl.

πŸ”– Changes

  • Use date to get the time in case perl is not installed

βœ… To-do list

  • I updated the CHANGELOG.md to reflect the new feature or fix

@Chemaclass Chemaclass added the enhancement New feature or request label Jul 11, 2024
@Chemaclass Chemaclass self-assigned this Jul 11, 2024
@Chemaclass Chemaclass force-pushed the feat/support-clock-without-perl branch from a7aa195 to b3c2a0d Compare July 11, 2024 14:35
@Chemaclass Chemaclass force-pushed the feat/support-clock-without-perl branch from b3c2a0d to 4d2dc08 Compare July 11, 2024 14:36
@Chemaclass Chemaclass changed the title Support displaying clock without perl (for non-MacOS) Support displaying clock without perl (for non-macOS) Jul 11, 2024
@Chemaclass Chemaclass merged commit 335c576 into main Jul 11, 2024
7 checks passed
@Chemaclass Chemaclass deleted the feat/support-clock-without-perl branch July 11, 2024 21:11
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

Successfully merging this pull request may close these issues.

None yet

3 participants