![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| difference in date | dddkiran | Shell Programming and Scripting | 3 | 2 Weeks Ago 10:54 PM |
| date difference | muay_tb | Linux | 14 | 03-18-2008 10:08 AM |
| date difference | piyush_movadiya | Shell Programming and Scripting | 2 | 08-11-2005 04:10 AM |
| date difference | rajuMBT | UNIX for Dummies Questions & Answers | 1 | 08-10-2005 05:11 AM |
| date difference | mtnbaby | UNIX for Advanced & Expert Users | 1 | 04-12-2005 10:49 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Difference in date output
HiCan anyone tell me why I am getting a difference in the date format on 2 different Solaris servers?On one I get: -
Code:
Monday, 9 November 2009 09:02:45 GMT Code:
Monday November 9 09:03:05 GMT 2009 ---------- Post updated at 10:04 AM ---------- Previous update was at 09:10 AM ---------- Sorry I should add that is the output from a straight date command with no format string |
|
||||
|
This is a ksh version, not a Solaris one.
Quote:
Code:
$ LC_TIME=C date -u Mon Nov 9 11:39:25 GMT 2009 $ LC_TIME=en_US.UTF-8 date -u Monday, November 9, 2009 11:39:29 AM GMT |
|
||||
|
Well it seems that things are a little more mysterious than thought; echoing the value of LC_TIME gives: -
Code:
en_GB.ISO8859-1 |
|
||||
|
The English locale might not be properly installed (or installed at all) on one of these servers.
Compare the output of these commands on both servers: Code:
truss -t open,stat date apptrace -v 'setlocale,strftime' date |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|