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

log: log with local timezone #6331

Merged
merged 2 commits into from
Jun 5, 2024
Merged

log: log with local timezone #6331

merged 2 commits into from
Jun 5, 2024

Conversation

rtgiskard
Copy link
Contributor

Describe your PR, what does it fix/add?

Now that local timezone is there, why not?

Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.)

libc++ seems to support the format of std::chrono::hh_mm_ss, so the conditional compilation statement was removed. Not for sure, please confirm

Is it ready for merging, or does it need work?

ready

@vaxerski
Copy link
Member

vaxerski commented Jun 4, 2024

@jbeich iirc was the one to put it in due to bsd issues.

@rtgiskard
Copy link
Contributor Author

@jbeich iirc was the one to put it in due to bsd issues.

It's introduced from here: #3186 (comment)

While with clang++ 17 (current archlinux default), std::chrono::zoned_time is still not supported (c++20 status), add a TODO there

Copy link
Member

@vaxerski vaxerski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@vaxerski vaxerski merged commit c95845b into hyprwm:main Jun 5, 2024
10 checks passed
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.

2 participants