fix timezone

This commit is contained in:
2026-01-01 01:14:24 -03:00
parent e3aff10140
commit 1abfd0e93e
3 changed files with 5 additions and 3 deletions

View File

@@ -203,7 +203,7 @@ export default function Route({
<DateTime>
{LuxonDateTime.fromISO(
output.scheduled_for,
{ zone: 'local' }
{ zone: 'America/Sao_Paulo' }
).toJSDate()}
{}
</DateTime>