Time zones, timestamps range queries
We have a perl job that is supposed to wake up periodically and pull data whose timestamp is between the last time it ran and the current time -- it pulls the value from a query to get sysdate from the database. Will this pull the data correctly (i.e., is everything really in EDT and the client timezone will be factored into the selection)? Or do I need to try to convert the values to get them all into the same timezone?