In a view one column has the simple formula of @Now and an other @Today.
These show DIFFERENT dates. @Today is today’s data but @Now is one day in the future (tomorrow’s date). How is this possible?
Tested from both Notes 6 and Notes 4.6 client. On the R5 server it works as expected…
What can cause this? Anyone?
Subject: @Now and @Today
Is it possible your @Now is getting the date from the server? (@Today reads from the Client
BTW - you should not really use either of these in a view column.
Subject: RE: @Now and @Today
Solved it with a little help from the Admin guys…
As I “only” had access to the Domino Admin console the server date looked OK. But as it happened “someone” had tested “something” ending up with the NT time zone set to a zone 9 hours away.
BTW the reason for having these in a view was purely for testing reasons. Thanks.