Consultor Eletrônico



Kbase P18050: Is there a time zone parameter for Progress?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/02/2003
Status: Unverified

GOAL:

Is there a time zone parameter for Progress?

FACT(s) (Environment):

Progress 8.x

FIX:

There is a time zone parameter as defined below:

TIME-SOURCE
CHARACTER
Specifies whether the source for time (TIME function value) is the client or database server machine.


The client or server machine that serves as the time source for applications running during the PROGRESS. session.
Data Type: CHARACTER
Access: Readable/Writeable
Applies To: SESSION Handle
TIME-SOURCE accepts the following settings:
"local" or Your application uses the client machine as its time source. The
the null string ("") default value is "".
"dbname" Your application uses the machine running the server for the database with the name dbname as its time source.
All time-related language elements, such as the TIME and TODAY functions, use the specified time source. This attribute is useful for client/server applications that span time zones.