Hi Joao,
This looks like a timezone issue. You can use this component to convert the date in desired timezone. For Example you can use below to convert the server date time to EST.
DateTimeToDate(ConvertFromUTC(CurrDateTime(),"Eastern Standard Time"))