The $countdown tag shows the wrong date

i tried to add a countdown using
$countdown(time_formated,2025/07/25 12:00:00 PT)
as the exemple shows in the docs and the reply i got was
55 Years, 7 Months, 6 Days, 16 Hours, 24 Minutes

edit: by using the text copied from the example and editing it the countdown worked, i dont know why
Captura de tela 2025-07-22 132826

Hello,
The problem is the time zone, PT is not supported :slight_smile:

Usable time zones are those used with the “PHP” language:

i had tried with CEST too like the example in the documentation, it only worked after i copied the example and edited it

That’s strange, because I don’t have that problem,

The TAG has been optimized so that the text is cleaned up if, for example, unauthorized characters are used in the text.

There are also two new actions, namely:

time_formated_inv and days_inv to be able to do “countdowns” to the future (to avoid having “-” if the date has not yet passed).

Can you create an command for me with text that doesn’t work and tell me the command ID?