Hi all,
I am using C7 as a host to a C5 image. This used to boot. I tried today to
boot up the C5 image and it get stuck now on the boot screen. Any thoughts
on why ?
It stuck on the screen that shows
root (hd0,0)
Filesystem type ext2fs partition type 0x83
kernel /boot/vmlinuz-2.16.18-402.el5
T
SO from the man page on date I can do
current=`TZ=":America/Indianapolis" date`
echo $current
current=`TZ=":America/Los_Angeles" date `
echo $current
And I get correct data. LA is 3 hours earlier. But doing this:
current=`TZ=":America/Indianapolis" date +%s`
echo $current
current=`TZ=":America/
On 2/17/21 1:57 PM, Jerry Geis wrote:
> SO from the man page on date I can do
>
> current=`TZ=":America/Indianapolis" date`
> echo $current
> current=`TZ=":America/Los_Angeles" date `
> echo $current
>
> And I get correct data. LA is 3 hours earlier. But doing this:
>
> current=`TZ=":America/India
On Wed, Feb 17, 2021 at 01:57:50PM -0500, Jerry Geis wrote:
>
> SO from the man page on date I can do
>
> current=`TZ=":America/Indianapolis" date`
> echo $current
> current=`TZ=":America/Los_Angeles" date `
> echo $current
>
> And I get correct data. LA is 3 hours earlier. But doing this:
>
>
4 matches
Mail list logo