Book Contents

Book Index

Next Topic

Home

TIMEZONE

The SET TIMEZONE command changes the TIMEZONE run-time parameter for the current session.

Syntax

SET TIMEZONE TO { value | 'value' }

Semantics

where value is one of the following:

Notes

Examples

SET TIMEZONE TO DEFAULT;

SET TIMEZONE TO 'PST8PDT'; -- Berkeley, California

SET TIMEZONE TO 'Europe/Rome'; -- Italy

SET TIMEZONE TO '-7'; -- UDT offset equivalent to PDT

SET TIMEZONE TO INTERVAL '-08:00 HOURS';

In This Section

Time Zone Names for Setting TIMEZONE