Search Results

Search: Posts Made By: vikas482
8,296
Posted By vikas482
Hi, Solaris doesn't support this. ...
Hi,

Solaris doesn't support this.


Regards,
Vikas Mahajan:mad:
8,296
Posted By vikas482
Script to change Timezone(Solaris)
india
22/11/2009 10:00:00 AM
sweden
22/11/2009 01:30:00 PM

As mentioned above i will get the datetime string from my customer and i need to change that String into diffrnt timezone as mentioned...
25,555
Posted By vikas482
Thanks for the help. But this doesn't works...
Thanks for the help.

But this doesn't works on HPUX

---------- Post updated at 01:16 AM ---------- Previous update was at 01:15 AM ----------





This one is working.

Thanks for...
25,555
Posted By vikas482
#!/bin/ksh epoch_seconds=$(perl -e 'use...
#!/bin/ksh
epoch_seconds=$(perl -e 'use Time::Local; print timelocal(0,25,1,21,10,2009), "\n";')
echo $epoch_seconds
RESULT=`expr $epoch_seconds + 12600`
echo $RESULT
perl -e 'print...
25,555
Posted By vikas482
Instead of fetching the current date time, I need...
Instead of fetching the current date time, I need to add the reqd. minutes in some variable datetime which i m gtng 4m somewhere else.

The code mentioned above will add the minutes inthe current...
25,555
Posted By vikas482
Add minutes in Datetime Variable in Unix
Hi,

New to scripting.
I have datetime as a String and I need to add some hours/minutes in to that.

21/10/2009 23:00:00

After adding 180 minutes; it will look like this

22/10/2009...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 12:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy