Hi,
I’ve created calculated channel as mentioned in the topic https://forum.rapidscada.org/?topic=how-to-show-current-date-and-time-on-scheme-or-dashboard
If I use the DateTime.UtcNow.ToOADate()
formula I become local time in the view.
If I use the DateTime.Now.ToOADate()
formula I become local time + 2 in the view.
The time seems to be converted from UTC to local time, so in order to become UTC in the view, I would have to convert it additionally.
Best regards