Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Return value of tz_offset
sybrandb wrote:
> Björn Wächter wrote:
> > What is the outcome of > select dump(tz_offset('+02:00')) > from dual > / > > This should provide a hex dump of the result, so you can identify any > spurious trailing characters. >
The result is:
select dump(tz_offset('+02:00')) from dual
DUMP(TZ_OFFSET('+02:00'))
The string is 0 terminated.
I think that's the problem. Can this be operating system
dependent?
Björn Received on Thu Sep 14 2006 - 06:21:09 CDT
![]() |
![]() |