Erro-time zone

Good Morning,


Good Morning,
I am launching an automatic process with a timer, when initializing the variables, I have a problem when I load the nameFileProcess variable with the now () function, it gives me the value of the next day, when other variables like dateProcess give me the correct value

Initializing:

dateProcess = now()

nameFileProcess = text(now(),"ddmmyyyy")&"_"& pv!file

I do not understand why it is giving me different values.

Thx

  Discussion posts and replies are publicly visible