I'm using NHibernate Envers 1.6.0 and need to use UTC timestamps instead of local for the REVTSTMP column in REVINFO.
I know the bug has been reported (NHE-122) and fixed for future version 2.0
Is there any way I can change the DefaultRevisionInfoGenerator to my own custom IRevisionInfoGenerator?