diff --git a/web/src/components/PrinterCard.vue b/web/src/components/PrinterCard.vue index b23be25..0e4f884 100644 --- a/web/src/components/PrinterCard.vue +++ b/web/src/components/PrinterCard.vue @@ -28,7 +28,12 @@ - {{ new Date(printer.updatedAt).toLocaleString() }} + {{ + new Intl.DateTimeFormat('pt-BR', { + dateStyle: 'short', + timeStyle: 'short' + }).format(new Date(printer.status[0].timestamp)) + }} Última atualização