The value isn't new, just now displayed in the admin console. The server will update the user's zimbraLastLogonTimestamp user attribute at most once every zimbraLastLogonTimestampFrequency.
Think of the pure volume of some systems, updating an attribute for a half-million+ active users all day long makes for a lot of writes and replication. Prompted implementation of:
Bug 18972 - provide way to completely disable zimbraLastLogonTimestamp (setting to 0).
Your /opt/zimbra/log/audit.log is continuous anyways so you can always check that. I believe there is a database entry for LAST_SOAP_ACCESS (getLastSoapAccessTime) not ported to a LDAP value because that would be nuts. For some, 7 days does seem a little high though given the average installation size and faster systems. To that end, someone had an bugzilla entry in to get the default changed from 7d > 3d but I don't know what happened to it. If you have the time/ability for a large scale performance test go for it
