Hi,
I'm having some issues concerning time zones.
I have an application running in Portugal, and want to translate the hours to the user's timezone in a different country, using a customized wdk interface.
At first, I thought that the __dmfTzoff parameter in wdk would solve the issue.
DA 6.7sp2 automatically adds the __dmfTzoff parameter in the url according to the users timezone.
DA 7.2 doesn't add the __dmfTzoff parameter in the url, but I think it shows the time according to user's timezone.
In my customized application, if I add the parameter, I don't see any difference. I supposed it's because I'm using my custom code (through DFS getTime, or DQL queries).
What I want is to understand how wdk handles this issue, so I can use it in my wdk customized application.
Is there a way to do this without having to rewrite every custom page that shows or uses a time field?
Thanks in advance,
Nuno