DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: TO_TIMESTAMP_TZ and unix timestamps

Threaded View

  1. #5
    Join Date
    Oct 2000
    Posts
    103
    hmmm... i see your point about doing the math after the timestamp conversion. i was doing it there because someone else tested it and found that if you did math in it the procedure returned a date instead of timestamp and the DST wasnt taken into account. my next guess would be do the math in a to_date and assign that to a variable and pass that variable to a to_timestamp_tz.

    what i am hoping is if i pass Apr 04 2005 09:00 to a to_timestamp_tz oracle would return the time being 08:00 because it the date is in daylight daving time.

    Thanks in advance,
    --SM
    Last edited by supermega; 02-09-2005 at 11:34 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width