fix timezone

This commit is contained in:
2025-12-14 18:27:27 -03:00
parent cd88d92bbd
commit 41ae02f178
3 changed files with 10 additions and 6 deletions

View File

@@ -19,3 +19,5 @@ export const labels: Record<string, string> = {
PENDING: 'Em aberto',
CLOSED: 'Fechado'
}
export const tz = 'America/Sao_Paulo'