Re: [firebird-support] Database current time zone

2012-07-11 Thread Lester Caine
Stefan Heymann wrote: >> Hello All, >> >How do I get my database current time zone? >> >I need it in order to calculate database current UTC time. > Please take a look at, and eventually vote for, this Tracker issue: > > http://tracker.firebirdsql.org/browse/CORE-694 A post I created yesterday did

Re: [firebird-support] Database current time zone

2012-07-11 Thread Stefan Heymann
> Hello All, > How do I get my database current time zone? > I need it in order to calculate database current UTC time. Please take a look at, and eventually vote for, this Tracker issue: http://tracker.firebirdsql.org/browse/CORE-694 Stefan

RE: [firebird-support] Database current time zone

2012-07-10 Thread Leyne, Sean
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