Currently the pg_gather is falling back to pg_stat_wal information for getting the stats_reset if Database level stats reset information is not available.
However AWS Aurora don't provide this information. Which is leading to calculation mistakes at database level and table level.
This Problem is reported by @laudares