DNN-6746: improving returned load size from /Install/installstat.log....#333
Conversation
…og.resources.txt endpoint
There was a problem hiding this comment.
We should keep the install at UTC time. Installs occur on the "server" which is not guaranteed to be in the same timezone as the administrator doing the install (this is especially true in cloud environments). Using UTC ensures that users can easily figure out the correct time for their location.
There was a problem hiding this comment.
I did this to be the same as the regular log files. I heard it from QA that they had problem relating bugs to actual lines between the two log files (regular and installation). IMO, both should have the same format; either both are UTC or local time but not one UTC and the other local.
There was a problem hiding this comment.
I think all dates should be in the UTC time, and translated for display. If QA has a problem with the way dates are stored then they need to create a proper Jira so that it can be discussed by the PMs. Please back out that single change so we can merge the rest of this fix. I am happy to deal with the date issue on a separate Jira item.
There was a problem hiding this comment.
I've reverted that date back to UTC and included it in the same pull request.
|
can you please clone the social ticket as a platform ticket so we have a valid public jira to associate this with |
|
Here is the Platform Jira for this issue: https://dnntracker.atlassian.net/browse/DNN-6746 |
|
thanks, i'll review and merge tomorrow |
|
merging into development and cherrypicking into release/7.4.1 |
DNN-6746: improving returned load size from /Install/installstat.log....
DNN-6746: improving returned load size from /Install/installstat.log....
...resources.txt endpoint
I added two minor fixes as well