In Lotusscript: For the NotesDateTime Object, the help file clearly says:
The LotusScript functions DateNumber and TimeNumber can be used to avoid dependencies on regional settings. For example, the sum of DateNumber and TimeNumber can be written to GMTTime or LocalTime to set a NotesDateTime object.
I reiterate: the sum of DateNumber and TimeNumber can be WRITTEN to GMTTime or LocalTime to set a NotesDateTime object.
The GMTTime property is READ ONLY. Is this a misprint? ( I wish I could write to that property!)
My issue is, imported from an outside source, I have a date value in the format “20080305T193000Z”, clearly a GMT time. I need to make a NotesDateTimeObject where the GMTTime property will return this given time (03/05/2008 07:30 PM)[Zulu] and therefore, the properly adjusted local time.
Any clues?
TIA
Leo