mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:23:36 +03:00
tool_filetime: accept setting negative filetime
This allows --remote-time to set dates before 1970. Due to a minor omission in the API, it will still avoid setting the time if it is indeed exactly epoch 0 (jan 1 1970). Verified by test 762 Fixes #18424 Reported-by: Terence Eden Closes #18443
This commit is contained in:
parent
a5798a51f0
commit
54f1ef05d6
3 changed files with 59 additions and 2 deletions
|
|
@ -108,7 +108,8 @@ test718 test719 test720 test721 test722 test723 test724 test725 test726 \
|
|||
test727 test728 test729 test730 test731 test732 test733 test734 test735 \
|
||||
test736 test737 test738 test739 test740 test741 test742 test743 test744 \
|
||||
test745 test746 test747 test748 test749 test750 test751 test752 test753 \
|
||||
test754 test755 test756 test757 test758 test759 test760 test761 \
|
||||
test754 test755 test756 test757 test758 test759 test760 test761 test762 \
|
||||
\
|
||||
test780 test781 test782 test783 test784 test785 test786 test787 test788 \
|
||||
test789 test790 test791 test792 test793 test794 test795 test796 test797 \
|
||||
\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue