This is an old revision of the document!


DRAFT

Omnidex SQL Function: INSTR

Description

Returns the date and time adjusted to time_zone2. The function is helpful when trying to show a time stored in the a standard like Greenish Mean Time (GMT) to a local time.

The return datatype is ORACLE DATETIME.

This function is only available when the CREATE ENVIRONMENT statement contains the SQL_SYNTAX ORACLE clause or the SET SQL_SYNTAX ORACLE setting is set programmatically.

Syntax

NEW_TIME(datetime, from_timezone, to_timezone)

Discussion

datetime

datetime is a Oracle datetime column or string.

from_timezone

from_timezone is a string literal representing an Oracle timezone.

to_timezone

from_timezone is a string literal representing an Oracle timezone.

 
Back to top
dev/sql/orafunctions/new_time.1278441625.txt.gz ยท Last modified: 2012/10/26 14:53 (external edit)