<p>Ah.</p>
<p>I believe you are suggesting that in the code below:</p>
<pre><code>    public String formatDateTime(Date date, boolean useLocaleAndLocalTimezone) {
        Locale locale = useLocaleAndLocalTimezone ? getLocale() : Locale.US;
        DateFormat dateInstance = DateFormat.getDateInstance(DateFormat.DEFAULT, locale);
        DateFormat timeInstance = DateFormat.getTimeInstance(DateFormat.DEFAULT, locale);
        if (!useLocaleAndLocalTimezone) {
            dateInstance.setTimeZone(TimeZone.getTimeZone("UTC"));
            timeInstance.setTimeZone(TimeZone.getTimeZone("UTC"));
        }
        return formatDateTime(date, dateInstance, timeInstance);
    }
</code></pre>
<p>The flag <code>useLocaleAndLocalTimezone</code> should be inverted. Right now, the time is UTC when that flag is false and of course uses the default locale time if true.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/issues/2971?email_source=notifications&email_token=AJFFTNSUDAHZ7ACS6XXEGR3P755WHA5CNFSM4IENQCEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2GPJLY#issuecomment-512554159">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNTFURNMUWZW3PNAOVLP755WHANCNFSM4IENQCEA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNRROGU74BI63O32SPLP755WHA5CNFSM4IENQCEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2GPJLY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/issues/2971?email_source=notifications\u0026email_token=AJFFTNSUDAHZ7ACS6XXEGR3P755WHA5CNFSM4IENQCEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2GPJLY#issuecomment-512554159",
"url": "https://github.com/bisq-network/bisq/issues/2971?email_source=notifications\u0026email_token=AJFFTNSUDAHZ7ACS6XXEGR3P755WHA5CNFSM4IENQCEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2GPJLY#issuecomment-512554159",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>