Create Unix timestamp
Creating a unix timestamp in AL code is usually pretty straightforward, but not when the code used by different client types. A webservice client is always in UTC and does not need any time zone corrections, while a web client session does. E.g.
OriginDateTime := System.Create...
STATUS DETAILS
Completed