Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8481457
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T19:33:45+00:00 2026-06-10T19:33:45+00:00

I have a table which contains a timezone offset, +1, -7, +5 etc. I

  • 0

I have a table which contains a timezone offset, +1, -7, +5 etc.
I have another, joinable, table which contains logging information including a datetime.

I would like to select out the datetime from the second table with the offset added on to it using for example, INTERVAL ‘1 hours’, INTERVAL ‘-7 hours’ etc.

My psuedocode would be something like:

SELECT l.status, l.inserted + INTERVAL (coalesce(timezone_offset, '0')||' hours' )  AS inserted FROM log l
LEFT OUTER JOIN users u on u.usersid = l.usersid
LEFT OUTER JOIN companies c on c.companiesid = u.companiesid 
WHERE l.usersid=?

This doesn’t work, but I can’t figure out how to make it work in PostgreSQL 8.3.

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T19:33:46+00:00Added an answer on June 10, 2026 at 7:33 pm

    It turns out you can multiply an INTERVAL by a number. So if I create an INTERVAL of ‘1 hours’ and multiply that by the stored offset, that will work, yielding:

    SELECT l.status, l.inserted + (INTERVAL '1 hours' *  coalesce(timezone_offset, '0')) FROM log as l
    LEFT OUTER JOIN users u on u.usersid = l.usersid
    LEFT OUTER JOIN companies c on c.companiesid = u.companiesid 
    WHERE l.usersid=?
    

    et voila!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table which contains Geo-Based information. (latitude and longitude) i would like
I have a table which contains members signups and I would like to be
I have one table which contains events and dates, and another which contains the
I have table which contains 2 date fields. Like: id from to --- ----
I have a table which contains a list of categories and and another table
I have a table City which contains city names, and I have a another
I have a table which contains contact information. This table has 1 column relevant
I have a table which contains a DATETIME column. I wish to include a
I have a table which contains around 50,000 records of information which has been
I have table which contains columns like SiteID (identity_Col) SiteName POrderID Location Address Cluster

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.