Questions tagged [time]

Time is a dimension in which events can be ordered from the past through the present into the future, and also the measure of durations of events and the intervals between them.

Time is a dimension in which events can be ordered from the past through the present into the future, and also the measure of durations of events and the intervals between them.

It has been said that time is used by the universe to ensure that everything doesn't happen all at once.

It has also been said that: "Time is an illusion, lunchtime doubly so." Not everyone agrees on the nature of time, and time is not fully understood even today.

Because human time perception can be wildly inaccurate, and many system services rely on the close synchronization of clocks, we have specialized clocks do the measurement of time for us. On the Internet, data from these clocks is made available via .

481 questions
0
votes
2 answers

Why my server request takes 28 Second to get response?

I have a Wordpress website on a Godaddy server having at http://kerala.letmeshare.org. When I request to get this website this takes almost 28 sec to get reply. Because of this I made a complete caching on both client side and server side. This…
0
votes
2 answers

How to do safely test Biztalk app by manipulating the Windows OS system time w/o breaking the Active Directory?

i have a biztalk - window service tied middleware application which talks to other system. recently we had a request to test for scenarios which relates to the date. as we have a lot of places in the application which uses the .net Datetime.Now…
melaos
  • 109
  • 4
0
votes
1 answer

I changed time zone on DB & Web Server. Now SMTP sending is delayed

Both web & DB servers are running Windows Server 2008 R2. They are instances in the same datacenter at Amazon EC2. I changed both servers from central to eastern time zone using the windows GUI. I rebooted both servers. In order to send via SMTP,…
Brian Webster
  • 1,123
  • 1
  • 18
  • 39
0
votes
1 answer

Webmin time module and CentOS

When I try to install webmin time module on my VPS running CentOS I get this error message: Failed to install standard module : Module time does not support this operating system (CentOS Linux 5) What should I do to have time and date…
0
votes
1 answer

System time problems on Debian (wait for clock tick timed out)

I just installed a new server and changed the time zone by using the command: dpkg-reconfigure tzdata the system clock is correct now but /sbin/hwclock --systohc doesn't work: select() to /dev/rtc to wait for clock tick timed out date command, for…
user1406271
  • 1,071
  • 4
  • 14
  • 20
0
votes
2 answers

Timekeeping between various Windows computers on network (but not all)

I have a situation where I have the following setup: ============Primary Network=============== = = Bridging Server = = =============Secondary…
0
votes
1 answer

Re-Syncing and Updating Domain Controller Clocks

Right now in Windows Server 2008 R2 I have ran this in the Administrator: Command Prompt. w32tm /config /manualpeerlist:bigben.cac.washington.edu /syncfromflags:MANUAL net stop w32time & net start w32time w32tm /resync This works great and it…
Aaron
  • 199
  • 1
  • 1
  • 9
0
votes
2 answers

What would be the down sides of running a VPS on GMT time instead of American time?

I have a VPS which is hosted in America somewhere. It's alright and does a job. However, while configuring the web mail system on the VPS, I noticed that the time displayed was for America and not for the UK (where I'm based and where most of the…
mickburkejnr
  • 187
  • 1
  • 2
  • 12
0
votes
1 answer

process in the background

I have loop in shell script and it takes time process only a few files in the list. How do I push the process in the background and select the next file while the first file is still being processed? for newfile in `ls new*` do time…
shantanuo
  • 3,579
  • 8
  • 49
  • 66
0
votes
2 answers

Add time to Windows script

I have this mini Windows Script which is execute every hour it basically create a file every hour but I need to rename the file using date (which is already done) but I am not able to add the time .....code that creates my perfstats01.txt file: SET…
karlochacon
  • 51
  • 2
  • 6
0
votes
1 answer

running cron once a minute 8am-8pm

i need to run cron job once a minute 8a.m. - 8p.m. my code is: */01 8-20 * * * user /usr/bin/php -f script.php > /dev/null but it seems to fail..
drdarwin
  • 1
  • 1
0
votes
1 answer

Fake Server Uptime (Linux/Windows)

Is it possible to fake the server uptime in any way (throttling the time).?(Linux/Windows). I guess it will cause serious troubles, still just wondering. -Cheers
SparX
  • 1,924
  • 12
  • 10
0
votes
1 answer

Windows timezone

In Windows, we can change timezone easily. But I have one question. In the dropdown list, there are several options for the same timezone. For example, for UTC+8, we can see these options: (UTC+08:00) Beijing, Chongqng, ... (UTC+08:00)…
flypen
  • 205
  • 1
  • 3
  • 7
0
votes
1 answer

nginx with php5-fpm, maximum execution time exceeded

In php.ini I have set "max_execution_time = 1200", phpinfo() confirms that, but my script stops after 300 seconds with message: "PHP Fatal error: Maximum execution time of 300 seconds exceeded" Nginx fastcgi_read_timeout is also set to 1200,…
dmz
  • 3
  • 1
  • 3
0
votes
1 answer

Time problems on my Synology NAS 1511 running Busybox linux

I'm running a MS windows, using Netbeans 7. I occasionally get a problem when I hit save, "This file was modified externally, are you sure you want to overwrite" Further investigation has led me to believe that the problem is with the times being…
Jason
  • 361
  • 7
  • 19