We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dnn.Platform/DNN Platform/Library/Services/OutputCache/Providers/FileProvider.cs
Lines 172 to 176 in 2784c12
Needs to be modified to: DateTime.UtcNow.Add(duration).ToString(CultureInfo.InvariantCulture)
DateTime.UtcNow.Add(duration).ToString(CultureInfo.InvariantCulture)
The text was updated successfully, but these errors were encountered:
@bdukes To fix this problem actually have to fix it here too:
Dnn.Platform/DNN Platform/Library/Services/OutputCache/Providers/FileResponseFilter.cs
Line 105 in 2784c12
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Dnn.Platform/DNN Platform/Library/Services/OutputCache/Providers/FileProvider.cs
Lines 172 to 176 in 2784c12
Needs to be modified to:
DateTime.UtcNow.Add(duration).ToString(CultureInfo.InvariantCulture)
The text was updated successfully, but these errors were encountered: