Skip to content

win32.c: use _mkgmtime() instead of mktime() in stat() #20064

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

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

xenu
Copy link
Member

@xenu xenu commented Aug 7, 2022

Conversion to local time seems unnecessary and it apparently causes
issues with DST.

Fixes #20018, Fixes #20061

Conversion to local time seems unnecessary and it apparently causes
issues with DST.

Fixes Perl#20018, Perl#20061
@jkeenan jkeenan added the Win32 This is a meta-ticket to tag issues in the perl core which need attention on Win32. See #11925 label Aug 7, 2022
@khwilliamson
Copy link
Contributor

Note to self: Keep brain engaged while doing copy/paste

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Win32 This is a meta-ticket to tag issues in the perl core which need attention on Win32. See #11925
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DST problem on Win32 not fully resolved in perl 5.34 Failed test 'mtime preserved by copy() while testing cross-partition'
4 participants