I have downloaded a postgres database in .sql format. The type of temporal column in the database is: timestamp with time zone. And dates are mentioned in the database in the form given below:
1866-05-17 05:53:28+05:53:28
1901-09-28 05:53:20+05:53:20
1960-01-01 05:30:00+05:30
1944-07-21 06:30:00+06:30
Now I am unable to interpret as to what is meant by: e.g. "05:53:28+05:53:28". That is to which time zones do these times represent. And how should I convert these timestamps, such that a user may easily query to find out a persons date of birth without getting confused regarding the timezones.