- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Timzone id
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 07:27 PM
01-06-2003 07:27 PM
Timzone id
Change timezone id
But When I test with JAVA program to produce the date
from ORCALE suuport
java.text.SimpleDateFormat@e3d1e9c0java.util.SimpleTimeZone[id=Asia/Calcutta,off
set=19800000,dstSavings=3600000,useDaylight=false,startYear=0,startMode=0,startM
onth=0,startDay=0,startDayOfWeek=0,startTime=0,startTimeMode=0,endMode=0,endMont
h=0,endDay=0,endDayOfWeek=0,endTime=0,endTimeMode=0]
03/01/2003 19:39:29 India Standard Time$
SP
java.util.SimpleTimeZone[id=Custom,offset=28800000,dstSavings=3600000,useDayligh
t=false,startYear=0,startMode=
0,startMonth=0,startDay=0,startDayOfWeek=0,startTime=0,startTimeMode=0,endMode=0
,endMonth=0,endDay=0,endDayOfW
eek=0,endTime=0,endTimeMode=0]
03/01/2003 14:38:12 GMT+08:00
Fri Jan 03 14:38:12 GMT+08:00 2003
My Question is How to change TimeZone id=Custom to TimeZone id=Asia/Singapore? I mean the steps to do.
Any Idea or thought would be appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 07:32 PM
01-06-2003 07:32 PM
Re: Timzone id
If you want to change the time zone on the unix server use the command
/sbin/set_parms timezone
this will display the current time zone and you can change then to whatever you like. Take care you'll have to reboot after that.
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 07:39 PM
01-06-2003 07:39 PM
Re: Timzone id
# Setting TIMEZONE
if [ -r /etc/TIMEZONE ]
then
. /etc/TIMEZONE
else
PST-8PDT # (Pacific Standard Time)
export TZ
fi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 07:50 PM
01-06-2003 07:50 PM
Re: Timzone id
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 08:33 PM
01-06-2003 08:33 PM
Re: Timzone id
Bill Hassell, sysadmin