0
now() and solar timestamp
Hi there,
now() - returns the current timestamp. What if I wanted to show the solar time ?
In my case, I would have to withdraw 44 mn (or 2 640 000 ms) from now() in winter (or 6 240 000 ms in summer).
Thank you
2 replies
-
Hi,
You can do this with the formula:
'Date / Time' := number(now()) - 6240000
Best, Jörg
-
Aber selbstverständlich! It was in the manual - Thanks a lot!
Content aside
- 5 yrs agoLast active
- 2Replies
- 1014Views