Set system date to some date (Sunos)


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Set system date to some date (Sunos)
# 1  
Old 12-07-2009
Set system date to some date (Sunos)

I am testing a script and need to change the system date to Nov 30 2009. I cannot seem to find a way to do this other than TZ command but it does not seem to work correctly.

I tried TZ=GMT+168 date but it is returning todays date
Mon Dec 7 19:48:11 GMT 2009
...instead of Nov 30 2009

I tried TZ=GMT+24 date and it does return yesterdays date
Sun Dec 6 19:52:30 GMT 2009

I tried TZ=GMT+144 date and it does return date 6 days ago
Tue Dec 1 19:51:23 GMT 2009


thanks
# 2  
Old 12-07-2009
IF you set the system date using the date command ( assuming you are not running ntpd or xtnpd) then that will change the system time.

Anything else is just sort of silly. You can use TZ to mess around with a few days, as you have discovered, but it is NOT changing the system date: that is set as the number of seconds since Jan 1 1970. To truly change the date you have to reset system time with the date command - which is NOT a great idea. crontab can get confused, for example.

What are you really trying to accomplish - answer does not include not playing with TZ?
# 3  
Old 12-07-2009
Quote:
Originally Posted by jim mcnamara
IF you set the system date using the date command ( assuming you are not running ntpd or xtnpd) then that will change the system time.

Anything else is just sort of silly. You can use TZ to mess around with a few days, as you have discovered, but it is NOT changing the system date: that is set as the number of seconds since Jan 1 1970. To truly change the date you have to reset system time with the date command - which is NOT a great idea. crontab can get confused, for example.

What are you really trying to accomplish - answer does not include not playing with TZ?
Thanks for replying.

I am trying to test some logic that relies on the unix date being the last calendar day of the month. Obviously if I run this now the system date will be Dec 7 2009 - I want to test the script when the date is Nov 30 2009 or Dec 31 2009.
# 4  
Old 12-08-2009
You will have to have a development box. We have a specific box named "timewarp" for just this kind of stuff. There are no cron jobs, no at jobs, and it is setup with no ntpd.

I personally have not tried this because our Sun OS versions are old:

create a Solaris zone with its own internal UTC setting - on Solaris 10g.

You should have a development environment at your work as well. Or maybe create a desktop one using Virtual Box - if you have to test time/date dependent code.

You are not actually testing time/date dependent code otherwise.
# 5  
Old 12-08-2009
Quote:
Originally Posted by jim mcnamara
You will have to have a development box. We have a specific box named "timewarp" for just this kind of stuff. There are no cron jobs, no at jobs, and it is setup with no ntpd.

I personally have not tried this because our Sun OS versions are old:

create a Solaris zone with its own internal UTC setting - on Solaris 10g.

You should have a development environment at your work as well. Or maybe create a desktop one using Virtual Box - if you have to test time/date dependent code.

You are not actually testing time/date dependent code otherwise.

I am working on a develpment box but it is in a shared envrironment so I doubt the admins will play around with internal UTC settings (?)

if Virtual Box is not to hard to set up I will give that a shot
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Answers to Frequently Asked Questions

Compare date in .txt with system date and remove if it's lesser than system date

I m working on shell scripting and I m stuck where in my .txt file there is column as expiry date and I need to compare that date with system date and need to remove all the rows where expiry date is less than system date and create a new .txt with update. (1 Reply)
Discussion started by: Stuti
1 Replies

2. UNIX for Beginners Questions & Answers

Compare date in .txt with system date and remove if it's lesser than system date

Can someone help me with the code wherein there is a file f1.txt with different column and 34 column have expiry date and I need to get that and compare with system date and if expiry date is <system date remove those rows and other rows should be moved to new file f2.txt . I don't want to delete... (2 Replies)
Discussion started by: Stuti
2 Replies

3. Shell Programming and Scripting

Date: invalid date trying to set Linux date in specific format

i try to set linux date & time in specific format but it keep giving me error Example : date "+%d-%m-%C%y %H:%M:%S" -d "19-01-2017 00:05:01" or date +"%d-%m-%C%y %H:%M:%S" -d "19-01-2017 00:05:01" keep giving me this error : date: invalid date ‘19-01-2017 00:05:01' Please use CODE tags... (7 Replies)
Discussion started by: umen
7 Replies

4. SCO

Cannot use 'date -t' to set the system date and time

Hi! All, I am trying to reset the date and time since the change in time over the weekend. I cannot issue the command date -t 201703131330. The system gives me an error invalid option. This happens on my SCO OpenServer 5.0.7 and 5.0.6. Do anyone have an idea why? I even tried using... (6 Replies)
Discussion started by: trolley
6 Replies

5. Shell Programming and Scripting

Adding days to system date then compare to a date

Hi! I am trying to read a file and every line has a specific date as one of its fields. I want to take that date and compare it to the date today plus 6 days. while read line do date=substr($line, $datepos, 8) #date is expected to be YYYYMMDD if ; then ...proceed commands ... (1 Reply)
Discussion started by: kokoro
1 Replies

6. UNIX for Dummies Questions & Answers

Comparing Output Date to Current System Date

Hi Guys, Anyone who knows how to compare the current date with the a file containing a date, say for example I have a file that looks like this: Command was launched from partition 0. ------------------------------------------------ Executing command in server server6 Fri Dec 16... (7 Replies)
Discussion started by: rymnd_12345
7 Replies

7. UNIX for Dummies Questions & Answers

Delete a row from a file if one column containing a date is greater than the current system date

Hello gurus, I am hoping someone can help me with the required code/script to make this work. I have the following file with records starting at line 4: NETW~US60~000000000013220694~002~~IT~USD~2.24~20110201~99991231~01~01~20101104~... (4 Replies)
Discussion started by: chumsky
4 Replies

8. Shell Programming and Scripting

how to get what date was 28 days ago of the current system date IN UNIX

Hi, Anybody knows how to get what date was 28 days ago of the current system date through UNIX script. Ex : - If today is 28th Mar 2010 then I have to delete the files which arrived on 1st Mar 2010, (15 Replies)
Discussion started by: kandi.reddy
15 Replies

9. Shell Programming and Scripting

Compare date from db2 table to yesterday's Unix system date

I am currently running the following Korn shell script which works fine: #!/usr/bin/ksh count=`db2 -x "select count(*) from schema.tablename"` echo "count" I would like to add a "where" clause to the 2nd line that would allow me to get a record count of all the records from schema.tablename... (9 Replies)
Discussion started by: sasaliasim
9 Replies

10. UNIX for Advanced & Expert Users

Alternatives to set the system date ??

Hi all, I need to syncronize a Solaris client with a QNX Server, modifying the client date, I need any alternative to set the sistem date (client Solaris) but i can't use commands date -a XXX (XXX are the time in seconds) and can't use rdate and ntp. How can I do It? :confused: (2 Replies)
Discussion started by: ulisses0205
2 Replies
Login or Register to Ask a Question