You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Hi,
In PostgreSQL database you have a table "rs_revision" with column timestamp given as BIGINT.
How can I read this column to get right timestamp with date and time. I tried to_timestamp(rs_revision.timestamp) but it doesn't return correct and readable date and time.
Thanks in advance,
Patryk
Offline
Hi Patryx,
we use envers for revision management. You can read some information on this here: https://docs.jboss.org/hibernate/envers … onlog.html
Here you can see an example of conversion of the timestamp to date: https://developer.jboss.org/thread/176684
Regards,
Eduardo
Offline