how to test new Date() in js without changing server time?
how to test new Date() in js without changing server time?
how to test new Date() in js without changing server time?
Hello
Just for clarification: Dates are converted into browser time zone only when shown, for example in the results or when passed into a mashup. It is "actually" still in UTC (or whatever the server time zone is set to).
So when logging a new Date() value, it will present as UTC, or when passing it to some other service, it will also be in UTC.
Regards,
Jens
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.