Hello experts
I developed a WebService, and now i am consuming it in a visual composer application.
Now i have a problem.
I have two attributtes input in my input form in VC. Initial Date and End Date.
When i pass a date in VC application, my method in WebService get this date with 3 hours late.
For example: I pass the input Initial Date with the value 02/05/2009 03:00, the web Service method receive this date: 02/05/2009 00:00;
I think this is a TimeZone problem, but i don't now how i can resolve this.
Can anyone help me?
Thanks..
Marcos.