You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running hackage-mirror, the client code attempts to set the date in ISO 8601 format (%Y-%m-%dT%H:%M:%SZ), but the server expects a locale-based string (%c) as input. This leads to incorrectly mirrored upload-times on the server, and Could not parse upload time errors from the client.
When running
hackage-mirror
, the client code attempts to set the date in ISO 8601 format (%Y-%m-%dT%H:%M:%SZ
), but the server expects a locale-based string (%c
) as input. This leads to incorrectly mirrored upload-times on the server, andCould not parse upload time
errors from the client.Server code:
hackage-server/Distribution/Server/Features/Mirror.hs
Line 227 in eadf543
Client code:
hackage-server/Distribution/Client/Mirror/Repo/Hackage2.hs
Lines 114 to 116 in eadf543
The text was updated successfully, but these errors were encountered: