Good afternoon. Can someone help me,? I need to show the date and time in my C2 project, I'm doing it like this: Browser.ExecJS("Date()") and to shred the date: day = mid(Browser.ExecJS("Date()"),8,2 ), month = mid(Browser.ExecJS("Date()"),4,3) and year = mid(Browser.ExecJS("Date()"),11,4), but for the time it is showing another different time (wrong), because here in Espírito Santo it is 15:18 and C2 shows: 11:34, to capture the time, I do this: mid(Browser.ExecJS("Date()"),17,5) , What is wrong? thanks. Any help is welcome.