8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503425d commit d44ecddCopy full SHA for d44ecdd
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
@@ -934,7 +934,7 @@ if (typeof Sfjs === 'undefined' || typeof Sfjs.loadToolbar === 'undefined') {
934
options.fractionalSecondDigits = 3;
935
}
936
937
- // dates/times are always rendered in English to match the rest of the Profiler interface
+ /* dates/times are always rendered in English to match the rest of the Profiler interface */
938
timeElement.textContent = dateInUserTimezone.toLocaleString('en', options);
939
940
if (undefined !== userTimezoneName) {
0 commit comments