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...

Read more...
2 Comments

Read more...
2 Comments

Category: Development (1308)

STATUS DETAILS
Completed