System Time (UBUNTU 13.10)

Deploying to Linux? Get penguinated here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Location: Ostenfeld germany
Contact:

System Time (UBUNTU 13.10)

Post by malte » Tue Jan 14, 2014 10:34 pm

Hi all,

trying to figure out, why my UBUNTU 13.10, set to german language yields empty for

the long system time

I get the correct value under UBUNTU 12.10 LTS

Can not figure out what is different between the systems though. :-(

Any help much appreciated.

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: System Time (UBUNTU 13.10)

Post by MaxV » Wed Feb 05, 2014 12:49 pm

Livecode doesn't support all chacter encodings, german language has a lot of special chars. What is the standard output of date command on the german pc?
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Klaus
Posts: 13865
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: System Time (UBUNTU 13.10)

Post by Klaus » Wed Feb 05, 2014 3:09 pm

Hi Max,

"the date" will always return the english date:
2/5/14

"the system date" should return the german date:
05.02.14

"the long system time" returns this here:
15:07:53

Hope that is what had asked :D


Best

Klaus

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: System Time (UBUNTU 13.10)

Post by MaxV » Thu Feb 06, 2014 12:25 pm

No, I was talking of the linux shell.

It worth to try on the linux shell of the German PC:

Code: Select all

date
and

Code: Select all

date -s
if the output contains special chars, Livecode probably put empty.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply

Return to “Linux”