Time Conversion

E

eswms

My Oracle (9i) (OS = Solaris 9) DB uses Unix time for most of its time
recording. Is there a way to, within Perl, translate Unix times to
Universal times when I display the input?

i.e. `echo "select date_time_created from dosr_study" | isql -St >
time`;

The time returned from the DB is Unix...Can I take that value and
display in UTC?

Thanks In Advance,

Scripter
 
T

Tad McClellan

Is there a way to, within Perl, translate Unix times to
Universal times


Doesn't that get you to wondering if Perl might have a
function named "time"?

perldoc -f time

Mentions other time functions in Perl, read about them too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top