Can someone please tell me, how to find the created / last modified date of a document in its originial time zone in vb.net. Currently I am using the following to find the created date:
notesDocument.Created
and this returns the created date according to my local machines time zone.
Any suggestions are much appreciated. Thanks in advance.