Next Previous Up Top Contents Index

7.6 The DATE module

date-time-zone-offset

Function

Summary

Returns the time zone offset of a specified date.

Signature

date-time-zone-offset date => time-zone-offset

Arguments

date
An instance of <date>.

Values

time-zone-offset
An instance of <integer>.

Library

system

Module

date

Description

Returns the time zone offset of the specified date. The values of the other components of date reflect this time zone.

A positive number represents an offset ahead of GMT, in minutes, and a negative number represents an offset behind GMT. The value returned is an instance of <integer> (for example, -300 represents the offset for EST, which is 5 hours behind GMT).

See also

decode-date, page 144

date-month, page 139

date-day, page 135

date-hours, page 137

date-minutes, page 139

date-seconds, page 140

date-year, page 142

date-microseconds, page 138

date-time-zone-offset-setter, page 142

date-day-of-week, page 136


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index