Closed pitchum closed 6 years ago
The fix proposed in PR #37 is broken. date -s "${http_date}" won't work if ${http_date} is expressed in seconds.
date -s "${http_date}"
store http_date in two separate variables.
linked with #37 ?
absolutely!
The fix in PR #37 is broken. Here is the fix for the fix.
ping @zamentur : does that sounds good to you ? :stuck_out_tongue:
Seems good :)
The problem
The fix proposed in PR #37 is broken.
date -s "${http_date}"
won't work if ${http_date} is expressed in seconds.The solution
store http_date in two separate variables.