Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Solaris Date in different language Post 302547424 by bratan on Monday 15th of August 2011 03:13:20 PM
Old 08-15-2011
Solaris Date in different language

For some reason when I do a date command I get response in another language:
maandag 15 augustus 2011 15.13 u. EDT

/etc/default/init file has this:
TZ=US/Eastern
CMASK=022

How do I change locale to English?
This is Solaris 10 x86
 

10 More Discussions You Might Find Interesting

1. Solaris

Find solaris os installation date

Hi.. i need to find when solaris os is last installed in server? Is there any command or log files to find installation date (6 Replies)
Discussion started by: vadivukumar
6 Replies

2. Solaris

date -d nightmare on Solaris

Hello there ppl, I thought my question would qualify to be posted in this forum and in Shell scripting forum. And I swear to God.. there is no discussion on this exact topic anywhere else on the web! So my script on BASH uses 2 commands: 1) date -d "Fri Mar 06 10:18:16 UTC 2009" +%s ... (1 Reply)
Discussion started by: pavanlimo
1 Replies

3. Shell Programming and Scripting

date -d compatibility on Solaris

Hello there ppl, I thought my question would qualify to be posted in this forum and in Solaris forum. And I swear to God.. there is no discussion on this exact topic anywhere else on the web! So my script on BASH uses 2 commands: 1) date -d "Fri Mar 06 10:18:16 UTC 2009" +%s This... (3 Replies)
Discussion started by: pavanlimo
3 Replies

4. Solaris

Add language en_US Solaris 10

Hello, I have a Sun Solaris 10 installs by default in French. I do not have CDs of the OS installation. I have a program use the language en_US. At connection language chosen is C (en_USxxxx not available) I open a console $ LANG C if LANG = en_US I get "could not set correctly local" ... (2 Replies)
Discussion started by: XRay
2 Replies

5. Solaris

date -d illegal option in Solaris

Hi All, Is it possible to run date -d option in Solaris? Do we have a work around so that -d option will be recognized by solaris as it is recognized by linux. I need this since i am using this in scripting and it works in Linux box. my problem is it doesn't work in solaris box. ... (6 Replies)
Discussion started by: linuxgeek
6 Replies

6. Shell Programming and Scripting

Date in Solaris

Hi, I am working on date operations in perl. using following code, I am getting today date as per my required format. my $date1 = `date '+%m/%d/%Y'`; can I find day+1 date. (ie. If today is 12/01/2009 then I want to edit above code t find 12/02/2009) ---------- Post updated... (3 Replies)
Discussion started by: gentleDean
3 Replies

7. Solaris

Date is changed after rebooting Solaris OS.

Hi, I have set the date on solaris system , but the the date is changed after rebooting the system . I was suspecting that it could sync with ntp server , so i disabled the NTP and checked, but still whenever i reboot the system , the date that i set is getting changed, Any idea how to come out... (7 Replies)
Discussion started by: thavamaniraja
7 Replies

8. Solaris

Yesterday's date on Sun solaris

Can someone help me with the command to get yesterday's date on Sun solaris?? (1 Reply)
Discussion started by: sachinkl
1 Replies

9. Solaris

Solaris container date diference

Hi people, I dont have a real problem, its also a so strange issue. When i connect to my system from a ssh session or telnet normaly from putty and execute the command "date" its show me the correctly time in BRT format for root and all other users. But when i connect from the global... (3 Replies)
Discussion started by: anonymouzz
3 Replies

10. Solaris

Solaris Date format help please

I have list of dates in a file. Am reading each line and trying to format date, Can you please help me ? Sample file content: 02/22/16 USA is great country 02/21/16 USA future 02/23/16 who is he I want to read each line from above file and format date as below 2016-02-21 (i.e., using... (1 Reply)
Discussion started by: prince1987
1 Replies
DateTime::Locale::Base(3)				User Contributed Perl Documentation				 DateTime::Locale::Base(3)

NAME
DateTime::Locale::Base - Base class for individual locale objects SYNOPSIS
use base 'DateTime::Locale::Base'; DEFAULT FORMATS
Each locale has a set of four default date and time formats. They are distinguished by length, and are called "full", "long", "medium", and "short". Each locale may have a different default length which it uses when its "$locale->date_format_default()", "$locale->time_format_default()", or "$locale->datetime_format_default()" methods are called. This can be changed by calling the "$locale->set_default_date_format()" or "$locale->set_default_time_format()" methods. These methods accept a string which must be one of "full", "long", "medium", or "short". NAME FORMS
Most names come in a number of variations. First, they may vary based on length, with wide, abbreviated, and narrow forms. The wide form is typically the full name, while the narrow form is often a single character. The narrow forms may not be unique. For example, "T" may be used for Tuesday and Thursday in the English narrow forms. Many names also distinguish between "format" and "stand-alone" forms of a pattern. The format pattern is used when the thing in question is being placed into a larger string. The stand-alone form is used when displaying that item by itself, for example in a calendar. METHODS
All locales provide the following methods: o $locale->id() The locale's id. o $locale->language_id() The language portion of the id. o $locale->script_id() The script portion of the id, if any. o $locale->territory_id() The territory portion of the id, if any. o $locale->variant_id() The variant portion of the id, if any. o $locale->name() The full name for the locale in English. o $locale->language() The language name for the locale in English. o $locale->script() The script name for the locale in English, if any. o $locale->territory() The territory name for the locale in English, if any. o $locale->variant() The variant name for the locale in English, if any. o $locale->native_name() The full name for the locale in its native language, if any. o $locale->native_language() The language name for the locale in its native language, if any. o $locale->native_script() The script name for the locale in its native language, if any. o $locale->native_territory() The territory name for the locale in its native language, if any. o $locale->native_variant() The variant name for the locale in its native language, if any. o $locale->month_format_wide() Returns an array reference containing the wide format names of the months, with January as the first month. o $locale->month_format_abbreviated() Returns an array reference containing the abbreviated format names of the months, with January as the first month. o $locale->month_format_narrow() Returns an array reference containing the narrow format names of the months, with January as the first month. o $locale->month_stand_alone_wide() Returns an array reference containing the wide stand-alone names of the months, with January as the first month. o $locale->month_stand_alone_abbreviated() Returns an array reference containing the abbreviated stand-alone names of the months, with January as the first month. o $locale->month_stand_alone_narrow() Returns an array reference containing the narrow stand-alone names of the months, with January as the first month. o $locale->day_format_wide() Returns an array reference containing the wide format names of the days, with Monday as the first day. o $locale->day_format_abbreviated() Returns an array reference containing the abbreviated format names of the days, with Monday as the first day. o $locale->day_format_narrow() Returns an array reference containing the narrow format names of the days, with Monday as the first day. o $locale->day_stand_alone_wide() Returns an array reference containing the wide stand-alone names of the days, with Monday as the first day. o $locale->day_stand_alone_abbreviated() Returns an array reference containing the abbreviated stand-alone names of the days, with Monday as the first day. o $locale->day_stand_alone_narrow() Returns an array reference containing the narrow stand-alone names of the days, with Monday as the first day. o $locale->quarter_format_wide() Returns an array reference containing the wide format names of the quarters. o $locale->quarter_format_abbreviated() Returns an array reference containing the abbreviated format names of the quarters. o $locale->quarter_format_narrow() Returns an array reference containing the narrow format names of the quarters. o $locale->quarter_stand_alone_wide() Returns an array reference containing the wide stand-alone names of the quarters. o $locale->quarter_stand_alone_abbreviated() Returns an array reference containing the abbreviated stand-alone names of the quarters. o $locale->quarter_stand_alone_narrow() Returns an array reference containing the narrow stand-alone names of the quarters. o $locale->era_wide() Returns an array reference containing the wide names of the eras, with "BCE" first. o $locale->era_abbreviated() Returns an array reference containing the abbreviated names of the eras, with "BCE" first. o $locale->era_narrow() Returns an array reference containing the abbreviated names of the eras, with "BCE" first. However, most locales do not differ between the narrow and abbreviated length of the era. o $locale->am_pm_abbreviated() Returns an array reference containing the abbreviated names of "AM" and "PM". o $locale->date_format_long() o $locale->date_format_full() o $locale->date_format_medium() o $locale->date_format_short() Returns the CLDR date pattern of the appropriate length. o $locale->date_formats() Returns a hash reference of CLDR date patterns for the date formats, where the keys are "full", "long", "medium", and "short". o $locale->time_format_long() o $locale->time_format_full() o $locale->time_format_medium() o $locale->time_format_short() Returns the CLDR date pattern of the appropriate length. o $locale->time_formats() Returns a hash reference of CLDR date patterns for the time formats, where the keys are "full", "long", "medium", and "short". o $locale->datetime_format_long() o $locale->datetime_format_full() o $locale->datetime_format_medium() o $locale->datetime_format_short() Returns the CLDR date pattern of the appropriate length. o $locale->datetime_formats() Returns a hash reference of CLDR date patterns for the datetime formats, where the keys are "full", "long", "medium", and "short". o $locale->date_format_default() o $locale->time_format_default() o $locale->datetime_format_default() Returns the default CLDR date pattern. The length of this format is based on the value of "$locale->default_date_format_length()" and/or "$locale->default_time_format_length()". o $locale->default_date_format_length() o $locale->default_time_format_length() Returns the default length for the format, one of "full", "long", "medium", or "short". o $locale->set_default_date_format_length() o $locale->set_default_time_format_length() Sets the default length for the format. This must be one of "full", "long", "medium", or "short". o $locale->prefers_24_hour_time() Returns a boolean indicating the preferred hour format for this locale. o $locale->first_day_of_week() Returns a number from 1 to 7 indicating the local first day of the week, with Monday being 1 and Sunday being 7. For example, for a US locale this returns 7. o $locale->available_formats() A list of format names, like "MMdd" or "yyyyMM". This should be the list directly supported by the subclass, not its parents. o $locale->format_for($key) Given a valid name, returns the CLDR date pattern for that thing, if one exists. SUPPORT
See DateTime::Locale. AUTHORS
Richard Evans <rich@ridas.com> Dave Rolsky <autarch@urth.org> COPYRIGHT
Copyright (c) 2003 Richard Evans. Copyright (c) 2004-2005 David Rolsky. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.16.2 2013-08-25 DateTime::Locale::Base(3)
All times are GMT -4. The time now is 08:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy