Victor Fabre
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
sapl/relatorios/views.py
|
@ -942,7 +942,7 @@ def get_etiqueta_protocolos(prots): |
|
|
|
|
|
|
|
|
tz_hora = timezone.localtime(p.timestamp) |
|
|
tz_hora = timezone.localtime(p.timestamp) |
|
|
|
|
|
|
|
|
dic['data'] = '<b>Data: </b>' + p.data.strftime( |
|
|
dic['data'] = '<b>Data: </b>' + tz_hora.strftime( |
|
|
"%d/%m/%Y") + ' - <b>Horário: </b>' + tz_hora.strftime("%H:%M") |
|
|
"%d/%m/%Y") + ' - <b>Horário: </b>' + tz_hora.strftime("%H:%M") |
|
|
dic['txt_assunto'] = p.assunto_ementa |
|
|
dic['txt_assunto'] = p.assunto_ementa |
|
|
dic['txt_interessado'] = p.interessado |
|
|
dic['txt_interessado'] = p.interessado |
|
|