Halim, > Hello All, > How do I get my database current time zone? > I need it in order to calculate database current UTC time.
The database engine doesn't have native functions for this purpose but you could build* a UDF which would provide these details. Sean * There are UDF libraries which may have such a function, I am not aware of them of hand. A good place to find a list of UDF libraries is the IBPhoenix (www.ibphoenix.com) web site (though it has a server problem at the moment).
