mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 18:58:07 +00:00
Make sure debug does timezone right.
This commit is contained in:
@@ -57,7 +57,7 @@ Debug information generated at {{ now }} for Firefly III version **{{ FF_VERSION
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
| User agent | {{ userAgent }} |
|
| User agent | {{ userAgent }} |
|
||||||
</textarea>
|
</textarea>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript" nonce="{{ JS_NONCE }}">
|
||||||
var textArea = document.getElementById('debug_info');
|
var textArea = document.getElementById('debug_info');
|
||||||
var text = textArea.value;
|
var text = textArea.value;
|
||||||
var timeZone = Intl.DateTimeFormat().resolvedOptions().timeZone;
|
var timeZone = Intl.DateTimeFormat().resolvedOptions().timeZone;
|
||||||
|
|||||||
Reference in New Issue
Block a user