Databases for PostgreSQL now allows you to restore a database into a new instance from a specific timestamp.
Point-In-Time Recovery (PITR) provides fine granularity for recovering data in the event of disaster or data corruption and can help dramatically lower your recovery point objective in your disaster recovery and business continuity planning.
Review the documentation to learn more.
Note: Point-in-Time Recovery creates a new instance of Databases for PostgreSQL rather than rolling back transactions on the target instance.