-
Notifications
You must be signed in to change notification settings - Fork 135
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
xArchive throws Exception setting "LastWriteTime" #326
Comments
I am using latest version from github. |
@rseniuta Seems like a culture issue. I tried upzipping that same file on my test machine. I actually got a different error, but once that was fixed, I didn't see the same error you were getting. That is on an en-US culture machine. Though I do see the same error if I call |
Same issue exists in PSDscResources, should I raise on that repo too? I haven't looked at this in depth but is there perhaps a culture invariant format? Having to revert back to the in-built archive resource now. |
@andy1547 If this a problem in PSDscResources resource module, then go ahead and raise the issue there as well |
I am trying to unzip logstash archive and I am getting following error on first file:
Exception setting "LastWriteTime": "Cannot convert value "24.02.2017 17
:47:52" to type "System.DateTime". Error: "String was not recognized as a valid DateTime.""
https://artifacts.elastic.co/downloads/logstash/logstash-5.2.2.zip
The text was updated successfully, but these errors were encountered: