I am trying to display the difference in hours (i.e. +1.5, -2.0) between a time zone recorded in a field on a document and the current time zone for the user’s computer in a view column. According to the help, the @GetCurrentTimeZone is supported for column formula. I’ve got the formula to calculate the difference and it works, but it seems to be dependent on the view index. For example when I first add the column to the view, it displays correctly the hours between my current time zone (EST) and that of the time zone on the document. If I then change my time zone in my OS, the column doesn’t update (even after re-starting both the Notes client and computer). If I add a column that uses something like @Now, every time I open the view the index is refreshed and I then get the correct difference in hours, but am now faced with a view that has performance issues, albeit perhaps what I’m asking it to do in theory would require that performance issue regardless as I’m trying to get it to do this for each user. This is an application that is used by users in several time zones, and I’m asked to provide them with an easy way to know how far ahead/back the time is for the document with the time zone recorded. I have done several searches on the internet on this issue, but haven’t come across anyone indicating that it’s a problem, or something they have done.I haven’t included any code, as it seems to work as I want it, just not updated as I’d expect, but can include the code if you feel it may be helpful.
I hope this all makes sense. Thanks in advance.
Regards, Henry