Re: [Dbi-interbase-devel] Timestamp field and timezone
Status: Beta
Brought to you by:
edpratomo
From: Edwin P. <ed...@po...> - 2001-09-26 06:49:05
|
willems Luc wrote: > > On Wednesday 26 September 2001 02:44, you wrote: > > Hello Edwin , > > if i open a terminal and do date , > i get the correct date. I suppose that that means that my time zone should be > ok. Also , my clock is synchronised with xntpd . > > I Checked my SuSE configurqtion and timezone is set to Europe./Brussels what > good is for me ,i live in belgium) > > So , All is ok except for DBD:Interbase ??? sorry, I just tried to figure out what goes wrong. what's the result of `make test`, esp. t/40alltypes.t ? what's the result of the query using isql? the driver itself doesn't do any time or date calculation, it just decodes (using isc_decode_* functions) the fetched value into tm struct, and formats it using strftime(). rgds, Edwin. -- PerlMonks home node: http://perlmonks.org/?node=pope CPAN home: http://search.cpan.org/search?author=edpratomo |