THE DATABASE IS SET TO GMT

9. The database is set to GMT. A client in Buenos Aires (three hours behind

GMT) executes these statements at 10:00:00 local time:

create table times(c1 timestamp,c2 timestamp with local time zone);insert into times values(to_timestamp('10:00:00'), to_timestamp('10:00:00'));commit;

A client in Nairobi (three hours ahead of GMT) executes these statements at