Skip to content

Commit

Permalink
Cálculo de próximo directo con horario local
Browse files Browse the repository at this point in the history
  • Loading branch information
mouredev committed Feb 25, 2024
1 parent dd7c622 commit 4b26071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link_bio/link_bio/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ def next_date(dates: dict, timezone: str) -> str:
zones = timezone.replace('_', ' ').split('/')

return local_date.strftime(
f"{day}, %d de {MONTHS[local_date.month]} a las %H:%M | {zones[len(zones) - 1]}")
f"{day}, %d de {MONTHS[local_date.month]} a las %H:%M | Zona horaria: {zones[len(zones) - 1]}")

return ""

0 comments on commit 4b26071

Please sign in to comment.