NotesDateTime.LocalTime Problem

Hi,

I have a Web Service wich create an appointment in Notes. The hours are from 07:00 to 08:00. These hours are based on GreenWich time (0)

I want to put these hours on my local time Zone, wich is GMT+1. I use the function LocalTime, but it didn’t change the hours.

Any idea ?

Subject: NotesDateTime.LocalTime Problem

How exactly are you setting the date and time for your NotesDateTime?

As I recall, you have to specify “GMT” at the end of the string that initializes the NotesDateTime object. Otherwise it uses local time to set the object’s date/time.