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

Version 2.0.0 #53

Merged
merged 4 commits into from Jan 19, 2022
Merged

Version 2.0.0 #53

merged 4 commits into from Jan 19, 2022

Conversation

borntyping
Copy link
Owner

No description provided.

…to include the timezone

This works around the issue of potentially silently changing the
timezone used in logfiles (and not leaving the user any way to notice
the change) by changing the timezone format used from one that is
timezone agnostic to one that includes the timezone.

Since it's alreday changing from one that perfectly matches Supervisord,
this uses the well known RFC 3339 format that implements ISO 8601 (and
happens to currently be the only format provided by the `time` crate
that I don't have to implement myself).
@borntyping borntyping added the CVE-2020-26235 Unsound behaviour with local timezone access label Jan 19, 2022
@borntyping borntyping merged commit 6b3bb6d into main Jan 19, 2022
@borntyping borntyping deleted the feature/2.0.0 branch January 19, 2022 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CVE-2020-26235 Unsound behaviour with local timezone access
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Could not determine the UTC offset on this system" and defaulting to UTC timestamps
1 participant